Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r0b95c4a476894fe89f5ca3a7efe6352589d4c610 -rb559c0d4beaee4e03a30c1d8c78dfe2edda21339 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 0b95c4a476894fe89f5ca3a7efe6352589d4c610) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision b559c0d4beaee4e03a30c1d8c78dfe2edda21339) @@ -460,7 +460,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