We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf9dd8 commit 8293bc6Copy full SHA for 8293bc6
mamonsu/lib/get_keys.py
@@ -37,5 +37,5 @@ def key_and_query(self, args=None):
37
args = []
38
result = ""
39
for one in args:
40
- result += 'UserParameter={0}\n'.format(one)
+ result += 'UserParameter={0}\n'.format(' '.join(one.replace('\n', ' ').split()))
41
return result
0 commit comments