Skip to content

Commit

Permalink
Remove unhelpful comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKrughoff committed Dec 6, 2018
1 parent 4f7c1dd commit 78054d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/ap/verify/pipeline_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def runApPipe(metricsJob, workspace, parsedCmdLine):
# Insert job metadata including dataId
metricsJob.meta.update({'instrument': _extract_instrument_from_butler(workspace.workButler)})
metricsJob.meta.update(dataId)
# I think we could probably send in the test repo directory too, but I don't know how to get that here.

pipeline = apPipe.ApPipeTask(workspace.workButler, config=_getConfig(workspace))
try:
Expand Down

0 comments on commit 78054d7

Please sign in to comment.