-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Milestone
Description
Will someone please re-open #138. It's still a problem with Click 6.7. In particular, my stack trace ends with:
File "/home/rsyring/projects/agari-adm-src/agariadm/cli.py", line 64, in batch
import pdb; pdb.set_trace()
File "/usr/lib/python3.5/bdb.py", line 52, in trace_dispatch
return self.dispatch_return(frame, arg)
File "/usr/lib/python3.5/bdb.py", line 96, in dispatch_return
if self.quitting: raise BdbQuit
bdb.BdbQuit
And there is explanation about why this is happening in the related issue.
Reactions are currently unavailable