Updated comment
This commit is contained in:
parent
0124a5ed0d
commit
d3a93a14e9
|
|
@ -43,7 +43,7 @@ def get_params():
|
||||||
Parse parameters string received as sys.argv[2] list item.
|
Parse parameters string received as sys.argv[2] list item.
|
||||||
:return: list
|
:return: list
|
||||||
"""
|
"""
|
||||||
# Remove ? character from the paramstring.
|
# Remove the starting '?' character from the paramstring.
|
||||||
paramstring = sys.argv[2].replace('?', '')
|
paramstring = sys.argv[2].replace('?', '')
|
||||||
if paramstring:
|
if paramstring:
|
||||||
# if a paramstring present, parse it to the list of tuples (parameter, value)
|
# if a paramstring present, parse it to the list of tuples (parameter, value)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue