mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 13:51:35 +01:00
fix: keyword sizechanged
This commit is contained in:
@@ -152,7 +152,7 @@ def sizeChanged(hostname, pathsToOptions, path):
|
|||||||
|
|
||||||
# if there are no options keep it #
|
# if there are no options keep it #
|
||||||
options = pathsToOptions[path]
|
options = pathsToOptions[path]
|
||||||
if not options or not "onlyifchanged" in options:
|
if not options or not "onlyifsizechanged" in options:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# check server #
|
# check server #
|
||||||
|
|||||||
Reference in New Issue
Block a user