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

some function signatures use booleans defaulting to True #6

Open
hexylena opened this issue Jul 12, 2018 · 0 comments
Open

some function signatures use booleans defaulting to True #6

hexylena opened this issue Jul 12, 2018 · 0 comments
Assignees

Comments

@hexylena
Copy link
Member

noticed by @pvanheus with parsec.

def cli(ctx, dataset_id, file_path="", use_default_filename=True, wait_for_completion=False, maxwait=12000):

this function signature seems to result in --use_default_filename being inverted, leaving it off passes True, adding it passes False.

@hexylena hexylena self-assigned this Jul 12, 2018
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

No branches or pull requests

1 participant