Script execution
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user