mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
appease the linter
This commit is contained in:
parent
61ac97c02e
commit
6cf778f068
@ -393,6 +393,7 @@ class helpers_management:
|
|||||||
def clear_unexecuted_commands():
|
def clear_unexecuted_commands():
|
||||||
Commands.update({
|
Commands.update({
|
||||||
Commands.executed: True
|
Commands.executed: True
|
||||||
|
#pylint: disable=singleton-comparison
|
||||||
}).where(Commands.executed == False).execute()
|
}).where(Commands.executed == False).execute()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user