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

Fixing issue #22 (Duplicate key exception when specifying "--file" argument) #23

Merged
merged 2 commits into from
Jun 5, 2018

Conversation

aschuhardt
Copy link
Contributor

Checking for the existence of a "file" key in the MainConfiguration dictionary before adding a new one. This avoids a duplicate key exception when the user specifies a --file argument through the command-line.

This fixes issue #22

Checking for the existence of a "file" key in the MainConfiguration dictionary before adding a new one.  This avoids a duplicate key exception when the user specifies a `--file` argument through the command-line.
Fixing issue ttu#22 (Duplicate key exception)
@ttu ttu merged commit 84ef889 into ttu:master Jun 5, 2018
@ttu
Copy link
Owner

ttu commented Jun 5, 2018

Thanks for the fix!

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.

2 participants