Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r499d023ca643ee3b7985f41aa894304c97c0e72f -r8f706c76141d0919b8e7961f69ba006d3d6eef7b --- shared/scripts/configuration/utility.py (.../utility.py) (revision 499d023ca643ee3b7985f41aa894304c97c0e72f) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 8f706c76141d0919b8e7961f69ba006d3d6eef7b) @@ -36,7 +36,7 @@ handle the application for log """ test.compare(config.COLOR_CODES[color_name],(act_val.color[name])) - + def check_if_object_is_within_the_container(obj=None, container=None): """ check if an object is inside a container @@ -807,9 +807,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 msg(string): """