ratt-ru / pyxis

Python Extensions for Interferometry Scripting
3 stars 5 forks source link

Need --wrapup option for finalization commands #10

Closed o-smirnov closed 10 years ago

o-smirnov commented 10 years ago

gce.wrapup currently fails if the pipeline is run before, but the wrapup command is executed after midnight. This is due to OUTDIR being re-evaluated.

Proper solution is to execute a wrapup in the same pyxis session. Need to add a --wrapup command option for this -- i.e. execute this pyxis command at the end, regardless of whether the rest of the command chain succeeded or failed.