Skip to content

Commit a30f323

Browse files
committed
missing f in fstring
1 parent ba6ae3d commit a30f323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def _check_correction_output(output_dir: Path, compare_dir: Path):
333333
# Check files present ---
334334
for prefix in ("settings", "ampdet_calc", "ampdet_calc_err"):
335335
for beam in (1, 4):
336-
assert_exists_and_not_empty(output_dir / "{prefix}.lhc.b{beam}.{target_id}.tfs")
336+
assert_exists_and_not_empty(output_dir / f"{prefix}.lhc.b{beam}.{target_id}.tfs")
337337

338338
# Compare Beams Settings ---
339339
b1_files = list(output_dir.glob("settings.lhc.b1*"))

0 commit comments

Comments
 (0)