Skip to content

Commit

Permalink
Add alertWriteLocation to ap_verify.
Browse files Browse the repository at this point in the history
Fix linting.

Change to workDir.
  • Loading branch information
morriscb committed May 13, 2020
1 parent fcb4ae0 commit f664f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/ap/verify/pipeline_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,7 @@ def _getConfigArguments(workspace):
# ApVerify will use the sqlite hooks for the Apdb.
args.extend(["--config", "diaPipe.apdb.db_url=sqlite:///" + workspace.dbLocation])
args.extend(["--config", "diaPipe.apdb.isolation_level=READ_UNCOMMITTED"])
# Put output alerts into the workspace.
args.extend(["--config", "diaPipe.alertPackager.alertWriteLocation=" + workspace.workDir + "/alerts"])

return args

0 comments on commit f664f43

Please sign in to comment.