Skip to content

Commit cd8891a

Browse files
Update omc3/kmod_importer.py
Co-authored-by: Felix Soubelet <[email protected]>
1 parent 8d9e703 commit cd8891a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omc3/kmod_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def _get_betastar(df_model: tfs.TfsDataFrame, ip: str) -> list[float, float]:
308308
def import_kmod_summary_table(
309309
meas_paths: Sequence[Path | str],
310310
averaged_meas_paths: Sequence[tfs.TfsDataFrame],
311-
output_dir: Path | str = None
311+
output_dir: Path | str | None = None
312312
) -> None:
313313

314314
"""

0 commit comments

Comments
 (0)