Skip to content

Commit

Permalink
Minor bug fix to allow database rescanning when opening the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmb committed Oct 4, 2016
1 parent 09fa7dd commit aefa11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone/gpi_launch_pipeline.pro
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ PRO gpi_launch_pipeline, noinit=noinit, $
backbone = OBJ_NEW('gpiPipelineBackbone', verbose=verbose, nogui=nogui)

if keyword_set(flushqueue) then backbone->flushqueue, queue_dir
if keyword_set(rescanDB) then backbone->rescan
if keyword_set(rescanDB) then backbone->rescan_CalDB

if keyword_set(single) then begin
message,/info, "PIPELINE INVOKED IN SINGLE-RECIPE MODE"
Expand Down

0 comments on commit aefa11b

Please sign in to comment.