Skip to content
Snippets Groups Projects
Commit 5261327c authored by Dario Barghini's avatar Dario Barghini
Browse files

Fix bug on report_year after return codes refactoring

parent 71e30cc6
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,12 @@ endif
; reading camera parameters structure from last analyzed month
par = get_par(config, camera, ff[-1], /return0)
if par.file eq '' then return
if par.file eq '' then begin
cd, old_dir
return
endif
; checking for keyword input
if isa(report_calib) then par.config.calibration.report_calib = report_calib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment