Added support for comments to opensbp

This commit is contained in:
Markus Lampert
2017-08-17 14:19:15 -07:00
committed by wmayer
parent 42e9cbcc4a
commit 3b097a360f

View File

@@ -345,6 +345,8 @@ def parse(pathobj):
output += scommands[command](c)
if c.Parameters:
CurrentState.update(c.Parameters)
elif command[0] == '(':
output += "' " + command + "\n"
else:
print("I don't know what the hell the command: ",end='')
print(command + " means. Maybe I should support it.")