Skip to content

Commit

Permalink
Rev4382, Fix is_prev_builtin startup error
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Dec 31, 2019
1 parent 163825c commit feb58e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Config(object):

def __init__(self, argv):
self.version = "0.7.1"
self.rev = 4381
self.rev = 4382
self.argv = argv
self.action = None
self.test_parser = None
Expand Down
2 changes: 2 additions & 0 deletions src/Debug/Debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def formatTraceback(items, limit=None, fold_builtin=True):
back = []
i = 0
prev_file_title = ""
is_prev_builtin = False

for path, line in items:
i += 1
is_last = i == len(items)
Expand Down

0 comments on commit feb58e4

Please sign in to comment.