Skip to content

Commit

Permalink
Merge branch 'tickets/DM-42820-hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Feb 13, 2024
2 parents e3a3723 + 1a4a9e9 commit 202ed5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/analysis/tools/interfaces/_analysisTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,6 @@ def fromPipeline(
for task in pipelineGraph.tasks.values():
config = task.config
try:
# if hasattr(config, 'atools'):
# breakpoint()
attr = attrgetter(name)(config)
except AttributeError:
continue
Expand Down

0 comments on commit 202ed5d

Please sign in to comment.