Skip to content

some function signatures use booleans defaulting to True #6

@hexylena

Description

@hexylena

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions