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

Allow cli flags to set logically False values #64

Conversation

ddriddle
Copy link
Collaborator

@ddriddle ddriddle commented Feb 3, 2021

During testing, --disable-refresh False failed to override the
default True value. This fix changes the logic so that properties
are overwritten as long as an argument is not None. Before it only
overwrote a property if an argument value was logically True. This
bug effects every command line argument that overrides a property.

During testing, `--disable-refresh False` failed to override the
default True value. This fix changes the logic so that properties
are overwritten as long as an argument is not None. Before it only
overwrote a property if an argument value was logically True. This
bug effects every command line argument that overrides a property.
@ddriddle
Copy link
Collaborator Author

ddriddle commented Feb 3, 2021

The unit tests are failing because this commit depends on: #57.

@ddriddle ddriddle merged commit 2d69ecf into techservicesillinois:master Feb 3, 2021
@ddriddle ddriddle deleted the feature/cli-flag-logically-false-values branch February 3, 2021 23:07
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.

4 participants