Skip to content

Commit

Permalink
Fix wrong argument (#688)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse authored Aug 5, 2024
1 parent 8d4c9f6 commit c580700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/iaas/image-metadata/image-md-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def main(argv):
if verbose:
print(f'INFO: The following outdated images have been detected: {outdated_images}',
file=sys.stderr)
rem_list = miss_replacement_images(images, outdated_images)
rem_list = miss_replacement_images(by_name, outdated_images)
if rem_list:
print(f'ERROR: Outdated images without replacement: {rem_list}', file=sys.stderr)
err += len(rem_list)
Expand Down

0 comments on commit c580700

Please sign in to comment.