Skip to content

Commit e8f171d

Browse files
committed
debug print
1 parent 895c87e commit e8f171d

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
@@ -507,6 +507,7 @@ def download_all_metadata_files(version, commitish):
507507

508508
for flavor in flavors:
509509
cname = CName(flavor[1], flavor[0], "{0}-{1}".format(version, commitish))
510+
print(f'YTDBG // {flavor=} {version=} {commitish=}')
510511
# Filter by image variants - only download if the flavor matches one of the variants
511512
flavor_matches_variant = False
512513
for variant_suffix in IMAGE_VARIANTS:

0 commit comments

Comments
 (0)