Skip to content

Commit bfd7fa7

Browse files
committed
debug prints
1 parent 7011313 commit bfd7fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gardenlinux/github/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def download_all_singles(version, commitish):
136136

137137
for flavor in flavors:
138138
cname = CName(flavor[1], flavor[0], "{0}-{1}".format(version, commitish))
139+
print(f'YTDBG // {cname=}')
139140
S3Artifacts(GARDENLINUX_GITHUB_RELEASE_BUCKET_NAME).download_to_directory(cname.cname, local_dest_path)
140141

141142
return [str(artifact) for artifact in local_dest_path.iterdir()]

0 commit comments

Comments
 (0)