Commit 36f39417 authored by canterburym's avatar canterburym
Browse files

Fixing dict key error

parent 757ac916
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ def compileAllTargets (compileTargets):
            results[str(firstTarget)] = {
                'ok'   : False,
                'code' : -1,
                'msg'  : f"{ex!r}"
                'message'  : f"{ex!r}"
            }
            continue
    return results