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

Don't fail when the current working directory has a config.ini file #713

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amlamarra
Copy link

Right now, a FileCapture will fail if the current working directory has a config.ini file without the config sections it's looking for.

This PR puts the config.get() in a try block so it won't fail.

Closes #612

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.

The File Capture Fails When the Working Directory Has a File Called 'config.ini'
1 participant