Skip to content

Commit 3cd9870

Browse files
committed
fixed debug print
1 parent ab770f6 commit 3cd9870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gardenlinux/github/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +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=}')
139+
print(f'YTDBG // {cname.cname=}')
140140
S3Artifacts(GARDENLINUX_GITHUB_RELEASE_BUCKET_NAME).download_to_directory(cname.cname, local_dest_path)
141141

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

0 commit comments

Comments
 (0)