We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d346c1d + 7f2734c commit dc784c4Copy full SHA for dc784c4
1 file changed
cfa/dataops/catalog.py
@@ -310,7 +310,7 @@ def _get_version_blobs(
310
f"Version {version} not found in available versions: {available_versions}"
311
)
312
if print_version:
313
- print(f"Using version(s): {version}")
+ print(f"Using version: {version}")
314
if isinstance(version, list):
315
walk_path = [f"{self.prefix}/{v}/" for v in version]
316
else:
0 commit comments