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 c3a1388 commit 94e200cCopy full SHA for 94e200c
GRID/utils/jdl_to_script.py
@@ -26,7 +26,7 @@ def toList(token):
26
inner=token[1:-1]
27
# attention, this might not work if comma inside a string
28
return [l.lstrip().rstrip() for l in inner.split(",")]
29
- return token
+ return [token]
30
31
def cleanFileName(filename):
32
# remove " and 'LF:' from alien file names
0 commit comments