Skip to content

Commit

Permalink
Bugfix: statement was intended for a debugging run only
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <matthias.buechse@cloudandheat.com>
  • Loading branch information
mbuechse committed Jan 26, 2024
1 parent b1cf8ec commit d6e50a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/iaas/flavor-naming/check-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@ def main(argv):
sys.exit(main(sys.argv))
except Exception as e:
print(f"CRITICAL: {e!s}", file=sys.stderr)
raise
sys.exit(1)

0 comments on commit d6e50a4

Please sign in to comment.