diff options
Diffstat (limited to 'assets/bin/truth2json')
-rwxr-xr-x | assets/bin/truth2json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/bin/truth2json b/assets/bin/truth2json index c1aac73c..53af7dc8 100755 --- a/assets/bin/truth2json +++ b/assets/bin/truth2json @@ -23,7 +23,7 @@ for line in f: cmd = lsplit[2] target = lsplit[3] if cmd == "create": - assert target not in ret, "Target '%s' already created!" + assert target not in ret, "Target '%s' already created!" %target ret[target] = {} elif cmd == "set": key = lsplit[4] |