Skip to content

Commit 94e200c

Browse files
committed
fix for jdl_to_script
1 parent c3a1388 commit 94e200c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRID/utils/jdl_to_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def toList(token):
2626
inner=token[1:-1]
2727
# attention, this might not work if comma inside a string
2828
return [l.lstrip().rstrip() for l in inner.split(",")]
29-
return token
29+
return [token]
3030

3131
def cleanFileName(filename):
3232
# remove " and 'LF:' from alien file names

0 commit comments

Comments
 (0)