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

use types.Path instead of click.Path to avoid NameError #40

Merged
merged 1 commit into from
Jul 21, 2022
Merged

use types.Path instead of click.Path to avoid NameError #40

merged 1 commit into from
Jul 21, 2022

Conversation

maxnth
Copy link
Contributor

@maxnth maxnth commented Jul 21, 2022

Fixes a problem introduced by 0877199 where import click was removed (as importing types from click is sufficient) but w/o removing references to the click namespace in the code.
This leads to a NameError when calling the CLI, replacing click.Path with types.Path resolves this.

@kba kba merged commit d1e9389 into qurator-spk:master Jul 21, 2022
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