Skip to content

Commit

Permalink
Merge branch 'tickets/DM-25010'
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jun 2, 2020
2 parents 12372ab + 8b7a7d7 commit 848e6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ap/verify/pipeline_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ def _getConfigArguments(workspace):
args.extend(["--config", "diaPipe.apdb.isolation_level=READ_UNCOMMITTED"])
# Put output alerts into the workspace.
args.extend(["--config", "diaPipe.alertPackager.alertWriteLocation=" + workspace.workDir + "/alerts"])
args.extend(["--config", "diaPipe.doSerializeAlerts=True"])

return args

0 comments on commit 848e6c8

Please sign in to comment.