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

Ignore folders that have the same name as a named_config #426

Merged
merged 1 commit into from
Mar 5, 2019

Conversation

boeddeker
Copy link
Contributor

load_config_file assumed that the argument is a file.
Using isfile instead of exists considers this expectation in run_named_config to distinguish named_configs from config_files.

Folders can have the same name as a named_config. This causes an unnecessary error and is solved with this PR.

Copy link
Collaborator

@JarnoRFB JarnoRFB left a comment

Choose a reason for hiding this comment

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

Thanks! Looks good to me!

@Qwlouse Qwlouse merged commit 7e78ce0 into IDSIA:master Mar 5, 2019
@boeddeker boeddeker deleted the patch-7 branch March 5, 2019 13:47
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.

None yet

3 participants