Skip to content

Commit

Permalink
fix for jdl_to_script
Browse files Browse the repository at this point in the history
  • Loading branch information
sawenzel committed May 29, 2024
1 parent c3a1388 commit 94e200c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GRID/utils/jdl_to_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def toList(token):
inner=token[1:-1]
# attention, this might not work if comma inside a string
return [l.lstrip().rstrip() for l in inner.split(",")]
return token
return [token]

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

0 comments on commit 94e200c

Please sign in to comment.