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

deploy_flow_version: version requires int, but does not properly handle a passed in string #270

Open
cgmckeever opened this issue Mar 30, 2021 · 0 comments
Milestone

Comments

@cgmckeever
Copy link

If calling nipyapi.versioning.deploy_flow_version with a version that is a string, you get the following error. Would be nice for the method to int() for you ... maybe?

Validating Flow: ingest:6
Traceback (most recent call last):
  File "staging-manager.py", line 412, in <module>
    version=flow_version)
  File "/usr/local/lib/python3.7/dist-packages/nipyapi/versioning.py", line 740, in deploy_flow_version
    .format(str(version), flow_id, bucket_id, reg_client_id)
ValueError: Could not find Version [6] for Flow [00c7a05e-a9c4-48] in Bucket [ee44c97a-fb11-4873-] on Registry Client [848fed9e-0178]
@Chaffelson Chaffelson added this to the 0.20 milestone Oct 22, 2023
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

2 participants