Skip to content

Commit 7d3a05e

Browse files
authored
Fix vinca-snapshot after change of get_released_repo signature (#91)
1 parent b0cc367 commit 7d3a05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def main():
6666

6767
for dep in deps:
6868
try:
69-
url, tag = distro.get_released_repo(dep)
69+
url, tag, _ = distro.get_released_repo(dep)
7070
version = distro.get_version(dep)
7171
except AttributeError:
7272
print("\033[93mPackage '{}' has no version set, skipping...\033[0m".format(dep))

0 commit comments

Comments
 (0)