Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rb98a26754d9f171df91a444374c4eb9a6f15450f -r6a37927fcc4a0da063ed10c1a9bd947d1fea15b7 --- shared/scripts/configuration/utility.py (.../utility.py) (revision b98a26754d9f171df91a444374c4eb9a6f15450f) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 6a37927fcc4a0da063ed10c1a9bd947d1fea15b7) @@ -79,7 +79,7 @@ names.o_heparin_value["text"] = val return names.o_heparin_value -def msg(string: str): +def msg(string): """ added ### at the right side of the string to make sure that it is a message. @param string: (str) the string to add trailing ### to