Skip to content

Commit

Permalink
Remove QuantumGraph metadata added by pipe_base.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleGower committed Apr 11, 2024
1 parent f0a32f3 commit 0105880
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/lsst/ctrl/mpexec/cmdLineFwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
import atexit
import contextlib
import copy
import datetime
import getpass
import logging
import shutil
from collections.abc import Mapping, Sequence
Expand Down Expand Up @@ -653,8 +651,6 @@ def makeGraph(self, pipeline: Pipeline, args: SimpleNamespace) -> QuantumGraph |
"skip_existing_in": args.skip_existing_in,
"skip_existing": args.skip_existing,
"data_query": args.data_query,
"user": getpass.getuser(),
"time": f"{datetime.datetime.now()}",
}
assert run is not None, "Butler output run collection must be defined"
qgraph = graph_builder.build(metadata, attach_datastore_records=args.qgraph_datastore_records)
Expand Down

0 comments on commit 0105880

Please sign in to comment.