We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b533ee7 commit 4429c89Copy full SHA for 4429c89
collection_prep/cmd/version.py
@@ -40,7 +40,7 @@
40
41
def get_last_version(path) -> str:
42
changelog_path = path / "changelogs" / "changelog.yaml"
43
- if not changelog_path.exists:
+ if not changelog_path.exists():
44
# Collection has not been released?
45
return "0.0.0"
46
changelog = yaml.load(changelog_path)
0 commit comments