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
Second form might not be viable (for this) because in command line usage, argcmdr raises its own SystemExit, which appears to interrupt post-mortem.
If this is the case, unclear that argcmdr could detect this situation. Instead, might have to be made aware with --pdb flag, (and from that it can know to import pdb on its own).
Should be able to either supply flag –
– and/or invoke via module –
(…presuming second form is viable – it might not be).
See also: #1
The text was updated successfully, but these errors were encountered: