Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r746f308b5f4193e9620f05c3e253f4cc0149fb36 -r491444caa755fcb6b35a91c6812a56954b6598a1 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 746f308b5f4193e9620f05c3e253f4cc0149fb36) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 491444caa755fcb6b35a91c6812a56954b6598a1) @@ -70,8 +70,7 @@ 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") + raise LookupError("zone object is not in view to the user after trying 100 times") def scroll_to_value_on_pop_up(value=None, container=None): @@ -98,8 +97,7 @@ 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") + raise LookupError("value object is not in view to the user after trying 100 times") def get_alarm_id_obj(id): names.o_alarm_id["text"] = id