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
As reported by Sam Steingold on the ASynK mailing list on Nov 27, 2012
$ python asynk.py --op=sync --db bb --op=list-folders
[16:25:55.543 INFO] Debug logging to file: /home/sds/.asynk/logs/asynk_logs.2012-11-26.16-25-55.542977
[16:25:55.543 INFO] Deleting log files older than 7 days, if any...
[16:25:55.543 INFO] Deleting log files older than 7 days, if any...done
Traceback (most recent call last):
File "asynk.py", line 890, in <module>
main()
File "asynk.py", line 110, in main
asynk.dispatch()
File "asynk.py", line 411, in dispatch
res = getattr(self, self.get_op())()
File "asynk.py", line 426, in op_list_folders
self._login()
File "asynk.py", line 304, in _login
self.set_db(db1id, getattr(self, login_func)())
File "asynk.py", line 827, in login_bb
if not bbfn:
UnboundLocalError: local variable 'bbfn' referenced before assignment
The text was updated successfully, but these errors were encountered:
As reported by Sam Steingold on the ASynK mailing list on Nov 27, 2012
The text was updated successfully, but these errors were encountered: