Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r5347ee52338d76725d5f4cdca3f8077ef2997ba3 -ra839be877cfbc786c081d8d4f3b7201d73370af7 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 5347ee52338d76725d5f4cdca3f8077ef2997ba3) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision a839be877cfbc786c081d8d4f3b7201d73370af7) @@ -28,7 +28,7 @@ check if an object is inside a container @param obj - child UI object @param container - container UI object - @return boolean true/false + @return boolean True/False """ container = squish.findObject(container) containerPos = container.mapToGlobal(squish.QPoint(0, 0)) @@ -52,7 +52,7 @@ scroll to the numeric if object is hidden @param zone - UI object @param screen_object - UI object (UI Home screen = waveforms + numerics) - @return boolean true/false + @return boolean True/False """ counter = 0 while counter <= 100: @@ -71,8 +71,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 verify_page_step_indicator(screen_obj, pre_treatment_step): """