Importing https://code.google.com/p/usbloader-gui/issues/detail?id=1769 fails with the following error.
I suspect it is due to the comment pagination which we probably don't handle at all.
Traceback (most recent call last): File "/var/local/allura/ForgeImporters/forgeimporters/base.py", line 131, in import_tool mount_point=mount_point, mount_label=mount_label, **kw) File "/var/local/allura/ForgeImporters/forgeimporters/google/tracker.py", line 123, in import_tool self.process_fields(ticket, issue) File "/var/local/allura/ForgeImporters/forgeimporters/google/tracker.py", line 164, in process_fields ticket.mod_date = dateutil.parser.parse(issue.get_issue_mod_date()) File "/var/local/allura/ForgeImporters/forgeimporters/google/__init__.py", line 309, in get_issue_mod_date last_update = Comment(comments[-1], self.project_name) File "/var/local/allura/ForgeImporters/forgeimporters/google/__init__.py", line 391, in __init__ tag.find('span', 'author').find(True, 'userlink')) AttributeError: 'NoneType' object has no attribute 'find'
Fix on db/7864
Plus some other changes to make debugging a little bit better.
Looks good to me. All comments are imported. There are pyflake related test failures, though:
Yes, make sure you get the newer version of pyflakes as specified in requirements.txt in this branch.