Skip to content

Commit 8acda90

Browse files
committed
Make code Python 3 compatible.
1 parent 437688f commit 8acda90

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.circle/semver.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ def get_semver_string(version):
3434
raise ValueError("Cannot convert %s to semver." % version)
3535

3636
if __name__ == '__main__':
37-
3837
pack = validate.load_yaml_file(sys.argv[1])
39-
print get_semver_string(pack['version'])
38+
print(get_semver_string(pack['version']))

0 commit comments

Comments
 (0)