Script execution

This commit is contained in:
2019-04-02 14:29:05 +02:00
parent 429e30f485
commit febd7a5b28

View File

@@ -84,7 +84,7 @@ def get_commands(commands =None, start = None, end = None):
ret = []
while results.next():
cmd = results.getString("Command")
if cmd and not " " in cmd:
if cmd : #"and not " " in cmd:
ret.append(cmd)
return ret