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

Fix quoting of paths in various places #1602

Merged
merged 5 commits into from
Jan 27, 2021
Merged

Fix quoting of paths in various places #1602

merged 5 commits into from
Jan 27, 2021

Conversation

gwenzek
Copy link
Contributor

@gwenzek gwenzek commented Jan 26, 2021

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 26, 2021
@gwenzek gwenzek requested a review from jrapin January 26, 2021 16:07
Comment on lines 349 to 350
if "\n" in weird_dir:
pytest.skip("test doesn't support newline in 'weird_dir'")
Copy link
Contributor

Choose a reason for hiding this comment

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

is it supported by slurm? if not then raise there maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe that newline in filename is supported by sbatch but not by my crappy sbatch parsing test code. Can I change the message to make this more clear ?

submitit/conftest.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants