Added comment
This commit is contained in:
parent
41b1b357eb
commit
b2650b9a21
python_apps/media-monitor2/media/monitor
|
@ -220,6 +220,7 @@ def remove_whitespace(dictionary):
|
|||
return nd
|
||||
|
||||
def parse_int(s):
|
||||
# TODO : this function isn't used anywhere yet but it may useful for emf
|
||||
"""
|
||||
Tries very hard to get some sort of integer result from s. Defaults to 0
|
||||
when it fails
|
||||
|
|
Loading…
Reference in New Issue