Build system: Fix bad indent in commit 65d01f8

This commit is contained in:
Bernhard Ehlers 2023-08-08 12:00:52 +02:00
parent 005162f676
commit 9c584935a7

View File

@ -438,8 +438,8 @@ def rebuild_images(dry_run, all_flag, forced_images):
for repo in base_repos:
print(f"*** {full_image_name(image['name'], repo)}\n"
f"Reason: {reason}\n")
if not dry_run:
build(image, repo)
if not dry_run:
build(image, repo)
def xor(*params):