Skip to content

Commit 9412909

Browse files
authored
Merge pull request #34 from WoolenWang/patch-2
the stop is wrong use
2 parents c0f5312 + 96a09db commit 9412909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trepan/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def debug(dbg_opts=None, start_opts=None, post_mortem=True, step_ignore=1, level
241241

242242

243243
def stop(opts=None):
244-
if isinstance(Trepan, Mdebugger.debugger_obj):
244+
if isinstance( Mdebugger.debugger_obj, Trepan):
245245
return Mdebugger.debugger_obj.stop(opts)
246246
return None
247247

0 commit comments

Comments
 (0)