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

Fix error caused by argument name 'type' confusion #479

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

jsheunis
Copy link
Member

@jsheunis jsheunis commented Jun 12, 2024

This changes the argument name from type to mode in order to prevent any confusion (on the part of the python interpreter) between the argparse argument type and some possibly protected variable type.

Addresses part of #435

This changes the argument name from 'type' to 'mode' in order
to prevent any confusion (on the part of the python interpreter)
between the argparse argument 'type' and some possibly protected
variable 'type'.
Copy link

netlify bot commented Jun 12, 2024

Deploy Preview for datalad-catalog canceled.

Name Link
🔨 Latest commit be138c5
🔍 Latest deploy log https://app.netlify.com/sites/datalad-catalog/deploys/66695d3554c7990008aefd91

@jsheunis jsheunis merged commit a98b5ca into main Jun 12, 2024
11 of 13 checks passed
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.

1 participant