Updated comment

This commit is contained in:
Roman Miroshnychenko 2014-12-01 12:36:12 +02:00 committed by Roman Miroshnychenko (Work)
parent 0124a5ed0d
commit d3a93a14e9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def get_params():
Parse parameters string received as sys.argv[2] list item.
:return: list
"""
# Remove ? character from the paramstring.
# Remove the starting '?' character from the paramstring.
paramstring = sys.argv[2].replace('?', '')
if paramstring:
# if a paramstring present, parse it to the list of tuples (parameter, value)