Skip to content

Commit

Permalink
[BUG] fix in process_monitoring_products.py to allow copy to S3 of VO…
Browse files Browse the repository at this point in the history
…L_HISTOGRAM imgs
  • Loading branch information
wolfidan committed May 30, 2024
1 parent 369048b commit 33581ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyrad_proc/pyrad/prod/process_monitoring_products.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def generate_monitoring_products(dataset, prdcfg):
bin_edges, hist, fname, datatype=prdcfg['voltype'], step=step)
print('----- save to ' + fname)

return fname
fname_list.append(fname)

return fname_list

Expand Down

0 comments on commit 33581ce

Please sign in to comment.