Commit 7c18ae4b authored by Shang, Yingrui's avatar Shang, Yingrui
Browse files

Fix format issue

parent acf959c2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ def convert_spice_to_nexus(
            )

    # output file name
    out_nexus_file = fCG3_{exp_number:04}{scan_number:04}{pt_number:04}.nxs.h5
    out_nexus_file = f"CG3_{exp_number:04}{scan_number:04}{pt_number:04}.nxs.h5"
    out_nexus_file = os.path.join(output_dir, out_nexus_file)

    # load mapping reference from yaml