OoMrFlibble / oolite-debug-console-flibble-mad-alpha

0 stars 1 forks source link

Unhandled exception with bad filebase #2

Closed OoMrFlibble closed 3 weeks ago

OoMrFlibble commented 4 weeks ago

Adding a dot or a slash leads to crash.

Using an illegal character in filename should exit more gracefully.

./DebugConsole -b 1.2

Parsing command line args. Testing only. None of this is actually used yet. Exits on help/version/error. Traceback (most recent call last): File "DebugConsole.py", line 24, in File "OoDCopts.py", line 95, in exec File "click/core.py", line 1157, in call File "click/core.py", line 1078, in main File "click/core.py", line 1434, in invoke File "click/core.py", line 783, in invoke File "OoDCopts.py", line 74, in cli NameError: name 'clickBadParameter' is not defined [820592] Failed to execute script 'DebugConsole' due to unhandled exception!