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 437688f commit 8acda90Copy full SHA for 8acda90
1 file changed
.circle/semver.py
@@ -34,6 +34,5 @@ def get_semver_string(version):
34
raise ValueError("Cannot convert %s to semver." % version)
35
36
if __name__ == '__main__':
37
-
38
pack = validate.load_yaml_file(sys.argv[1])
39
- print get_semver_string(pack['version'])
+ print(get_semver_string(pack['version']))
0 commit comments