-
Frank Winklmeier authored
Make sure command line arguments with spaces, e.g.: ``` athena --CA --postExec 'from foo import bar' ... ``` are not broken up. Need to use arrays to pass arguments from `athena.py` to `ThinCAWrapper.sh` instead of string variables.
f89edec4