You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rejon@slowtop:~/Software/lp2gh]
$ bin/lp2gh-export-bugs worldlabel > ../bugs.json
fetching Bug #812563 in worldlabel: "there isn't a clear test site setup"
Traceback (most recent call last):
File "bin/lp2gh-export-bugs", line 27, in
o = bugs.export(FLAGS.project)
File "/home/rejon/Software/lp2gh/lp2gh/bugs.py", line 138, in export
rv = bug_task_to_dict(x)
File "/home/rejon/Software/lp2gh/lp2gh/bugs.py", line 86, in bug_task_to_dict
'date_created': util.to_timestamp(bug_task.date_created),
File "/home/rejon/Software/lp2gh/lp2gh/util.py", line 6, in to_timestamp
tt = (dt.year, dt.month, dt.day,
AttributeError: 'unicode' object has no attribute 'year'
The text was updated successfully, but these errors were encountered:
[rejon@slowtop:~/Software/lp2gh]
$ bin/lp2gh-export-bugs worldlabel > ../bugs.json
fetching Bug #812563 in worldlabel: "there isn't a clear test site setup"
Traceback (most recent call last):
File "bin/lp2gh-export-bugs", line 27, in
o = bugs.export(FLAGS.project)
File "/home/rejon/Software/lp2gh/lp2gh/bugs.py", line 138, in export
rv = bug_task_to_dict(x)
File "/home/rejon/Software/lp2gh/lp2gh/bugs.py", line 86, in bug_task_to_dict
'date_created': util.to_timestamp(bug_task.date_created),
File "/home/rejon/Software/lp2gh/lp2gh/util.py", line 6, in to_timestamp
tt = (dt.year, dt.month, dt.day,
AttributeError: 'unicode' object has no attribute 'year'
The text was updated successfully, but these errors were encountered: