diff --git a/.github/workflows/compare_storage_layout.py b/.github/workflows/compare_storage_layout.py index 2ccbf1c7..7ec6aee7 100755 --- a/.github/workflows/compare_storage_layout.py +++ b/.github/workflows/compare_storage_layout.py @@ -52,7 +52,7 @@ def compare_layouts(old_layout, new_layout): mismatches.append(f"Variable {row['Name']} has changed") if not mismatches: - print(f"No mismatches found") + print("No mismatches found") return mismatches