We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ee228 commit 270dd51Copy full SHA for 270dd51
1 file changed
autoarray/plot/multi_plotters.py
@@ -315,7 +315,7 @@ def output_to_fits(
315
output_path = self.plotter_list[0].mat_plot_2d.output.output_path_from(
316
format="fits_multi"
317
)
318
- output_fits_file = Path(output_path)/ f"{filename}.fits"
+ output_fits_file = Path(output_path) / f"{filename}.fits"
319
320
if remove_fits_first:
321
output_fits_file.unlink(missing_ok=True)
0 commit comments