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

Cleanup #257

Merged
merged 12 commits into from
May 9, 2018
Merged

Cleanup #257

merged 12 commits into from
May 9, 2018

Conversation

JensTimmerman
Copy link
Contributor

No description provided.

# (see http://stackoverflow.com/questions/4748344/whats-the-reverse-of-shlex-split for alternatives if needed)
return subprocess.list2cmdline([str(x)])
"""Add quotes so it can be passed to shell"""
return quote(str(x))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check whether this implies that we can remove the monkey patching we do in EasyBuild?

See https://github.com/easybuilders/easybuild-framework/blob/master/easybuild/tools/options.py#L104

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, looks like this should fix this.
I was already wondering why nobody complained about this, seems like it's because you had a workaround :)

@stdweird
Copy link
Member

stdweird commented May 9, 2018

@boegel i'm going to merge this, we should not forget to push to pypi

@stdweird stdweird merged commit fa2d21e into hpcugent:master May 9, 2018
@boegel
Copy link
Member

boegel commented May 9, 2018

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

Successfully merging this pull request may close these issues.

3 participants