Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rb6a0252c08f0ca9244add4d9f15d1ec98212f9f9 -ra49dadc129e17cde542e98b488ab6407550037c3 --- shared/scripts/configuration/utility.py (.../utility.py) (revision b6a0252c08f0ca9244add4d9f15d1ec98212f9f9) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision a49dadc129e17cde542e98b488ab6407550037c3) @@ -616,7 +616,7 @@ def verify_page_step_indicator(screen_obj, pre_treatment_step): """ Method to verify the Page Step indicators [the object on top of the screen which indicates the steps passed, current, remained] - @param pre_treatment_step : indicates the Current pre-treatment step + @param pre_treatment_step : (int) indicates the Current pre-treatment step """ for page in range(len(config.PRE_TREATMENT_SCREENS)):