Script execution
This commit is contained in:
@@ -84,7 +84,7 @@ def get_commands(commands =None, start = None, end = None):
|
|||||||
ret = []
|
ret = []
|
||||||
while results.next():
|
while results.next():
|
||||||
cmd = results.getString("Command")
|
cmd = results.getString("Command")
|
||||||
if cmd and not " " in cmd:
|
if cmd : #"and not " " in cmd:
|
||||||
ret.append(cmd)
|
ret.append(cmd)
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user