Skip to content

Commit

Permalink
fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed Jul 16, 2018
1 parent 717cba8 commit e150154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdbgui/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def format(self, record):
app.config["TEMPLATES_AUTO_RELOAD"] = True
app.config["LLDB"] = False # assume false, okay to change later
app.config["project_home"] = None
app.config["remap_sources"] = {}
app.config["rr"] = False
app.secret_key = binascii.hexlify(os.urandom(24)).decode("utf-8")


Expand Down Expand Up @@ -955,8 +957,6 @@ def main():
print("The '--remap-sources' argument must be valid JSON. See gdbgui --help.")
print(e)
exit(1)
else:
app.config["remap_sources"] = {}

if args.license:
print("saving license information")
Expand Down

0 comments on commit e150154

Please sign in to comment.