Skip to content

Commit

Permalink
Make subTaskName in metaDataMetrics optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmullaney committed Oct 1, 2024
1 parent d03259f commit 33af081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/analysis/tools/atools/metadataMetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class MetadataMetricTool(AnalysisTool):
doc="The name of the subtask to extract metadata from. "
"If None, the entire task metadata will be used.",
default=None,
optional=True,
)

metrics = DictField[str, str](
Expand Down

0 comments on commit 33af081

Please sign in to comment.