Skip to content
Snippets Groups Projects
Unverified Commit f2f0e41f authored by David Hoese's avatar David Hoese
Browse files

Fix quicklook generation status check

parent 4ae53ce2
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ fi
# assumes that out_file is what the archive script wrote the file as
$ENV/bin/python -m aosstower.level_b1.quicklook -vv --thumbnail -s "$DATE" -i "$out_file" -o "$tmp_dir/aoss_tower.{plot_name}.{start_time:%Y-%m-%d}.png" -p meteorogram td pressure wind_speed wind_dir accum_precip solar_flux
quicklook_status=$?
if [ $quicklook_statis -ne 0 ]; then
if [ $quicklook_status -ne 0 ]; then
oops "Quicklook generation failed for $DATE"
fi
......
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