Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mq.py generated sbatch files fail when parenthesis are in un-quoted string parameters #334

Open
VincentRagusa opened this issue Feb 6, 2020 · 1 comment

Comments

@VincentRagusa
Copy link
Collaborator

CONSTANT = NAMESPACE-paramName (paramValue*with-parenthesis)

will fail ONLY on HPCC queued jobs, but will pass mq.py -t and mq.py -l tests because unprotected '(' and ')' characters are interpreted as part of the sbatch command.

@VincentRagusa
Copy link
Collaborator Author

The '[' and ']' used in MTrees also create the same bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant