Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
7b6ca78a
Commit
7b6ca78a
authored
Oct 11, 2019
by
Jens Kroeger
Browse files
jobsub: inline comment: adding quotes for clarity
parent
7793e4a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
jobsub/jobsub.py
View file @
7b6ca78a
...
...
@@ -26,9 +26,9 @@ def parseIntegerString(inputstr=""):
Modified such that it returns a list of strings
if the conversion to integer fails, e.g.
10ns, 20ns
"
10ns, 20ns
"
would return:
10ns, 20ns
"
10ns
"
,
"
20ns
"
"""
selection
=
list
()
# tokens are comma seperated values
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment