Skip to content

Commit

Permalink
#6022 - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeilman committed Aug 9, 2023
1 parent 5e8e848 commit 25d3a7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sirepo/template/srw.py
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,6 @@ def _set_parameters(v, data, plot_reports, run_dir, qcall=None):
v.setupMagneticMeasurementFiles = (
plot_reports or is_for_rsopt
) and _SIM_DATA.srw_uses_tabulated_zipfile(data)
v.isBeamlineAnimation = "beamlineAnimation" in report
v.srwMain = _generate_srw_main(data, plot_reports, beamline_info)
if (run_dir or is_for_rsopt) and _SIM_DATA.srw_uses_tabulated_zipfile(data):
_set_magnetic_measurement_parameters(run_dir or "", v, qcall=qcall)
Expand Down

0 comments on commit 25d3a7f

Please sign in to comment.