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.
1 parent c9768c3 commit 1baa270Copy full SHA for 1baa270
1 file changed
.circle/validate.py
@@ -55,4 +55,4 @@ def validate_repo_name(instance, repo_name):
55
validate_schema(pack_meta, PACK_SCHEMA)
56
pack_ref = validate_pack_contains_valid_ref_or_name(pack_meta)
57
58
- print pack_ref
+ print(pack_ref)
0 commit comments