Opened 15 months ago
Closed 15 months ago
#15708 closed defect (fixed)
bug-reporter startup failure
Reported by: | Eric Pettersen | Owned by: | Greg Couch |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | Tom Goddard | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
WARNING: Traceback (most recent call last):
File "/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/toolshed/info.py", line 376, in initialize
api._api_caller.initialize(api, session, self)
File "/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/toolshed/init.py", line 1296, in initialize
return cls._get_func(api, "initialize")(session, bi)
File "/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/bug_reporter/init.py", line 38, in initialize
from . import crash_report
File "/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/bug_reporter/crash_report.py", line 213
msg = (f'<h3><font color='{color}'>Last time you used ChimeraX it crashed.</font></h3>'
SyntaxError: invalid syntax. Perhaps you forgot a comma?
ERROR: Bundle 'ChimeraX-BugReporter' custom initialization failed
It was a quoting issue.