Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r491444caa755fcb6b35a91c6812a56954b6598a1 -r9f890fc648c33a7724c2b8e863f33b480df1a0c9 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 491444caa755fcb6b35a91c6812a56954b6598a1) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 9f890fc648c33a7724c2b8e863f33b480df1a0c9) @@ -67,9 +67,7 @@ ScreenObj = squish.waitForObject(screen_object) screenHeight = pyInt(ScreenObj.height) screenWidth = pyInt(ScreenObj.width) - squish.mouseWheel(ScreenObj, screenWidth-1000, - screenHeight-10, 0, -50, squish.Qt.NoModifier) - + squish.mouseWheel(ScreenObj, screenWidth-1000, screenHeight-10, 0, -50, squish.Qt.NoModifier) raise LookupError("zone object is not in view to the user after trying 100 times") @@ -94,9 +92,7 @@ ScreenObj = squish.waitForObject(container) screenHeight = pyInt(ScreenObj.height) screenWidth = pyInt(ScreenObj.width) - squish.mouseWheel(ScreenObj, screenWidth//2, - screenHeight//2, 0, -50, squish.Qt.NoModifier) - + squish.mouseWheel(ScreenObj, screenWidth//2, screenHeight//2, 0, -50, squish.Qt.NoModifier) raise LookupError("value object is not in view to the user after trying 100 times") def get_alarm_id_obj(id):