Skip to content

Changed default for CommandLine._run_interface to not be mutable #1557

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

Merged
merged 1 commit into from
Aug 5, 2016

Conversation

blakedewey
Copy link
Contributor

The correct_runtime_codes default is a list, which is mutable. This allows for the default to be changed in subsequent calls. Changed to a tuple

The correct_runtime_codes default is a list, which is mutable. This allows for the default to be changed in subsequent calls. Changed to a tuple
@blakedewey
Copy link
Contributor Author

Arguably, this is pedantic, but my IDE complains every time I overload _run_interface, so I thought I might correct it.

@coveralls
Copy link

coveralls commented Aug 2, 2016

Coverage Status

Coverage increased (+0.01%) to 72.335% when pulling ab9a9df on fix_command_line into 3ed411b on master.

@satra satra merged commit e319517 into master Aug 5, 2016
@blakedewey blakedewey deleted the fix_command_line branch September 8, 2016 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants