From 94e200ce6542b4ba5ac50d9d5f3ee1cf9cca7c54 Mon Sep 17 00:00:00 2001 From: swenzel Date: Wed, 29 May 2024 22:10:07 +0200 Subject: [PATCH] fix for jdl_to_script --- GRID/utils/jdl_to_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GRID/utils/jdl_to_script.py b/GRID/utils/jdl_to_script.py index 711b7ab79..54ab7f319 100755 --- a/GRID/utils/jdl_to_script.py +++ b/GRID/utils/jdl_to_script.py @@ -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