diff --git a/.github/workflows/apply-clang-tools.yml b/.github/workflows/apply-clang-tools.yml index 4f5eb4af0..c80c02c2d 100644 --- a/.github/workflows/apply-clang-tools.yml +++ b/.github/workflows/apply-clang-tools.yml @@ -8,6 +8,7 @@ on: permissions: contents: write + pull-requests: write jobs: clang-tools: diff --git a/Framework/python/_process.py b/Framework/python/_process.py index d3bbeaa12..ac3d993f1 100644 --- a/Framework/python/_process.py +++ b/Framework/python/_process.py @@ -75,9 +75,9 @@ class Process: histogram_file: str output file to store histograms in (optional, only needed if one of the processors in the sequence attempts to fill histograms) - log_performance: bool + log_performance: bool, default False whether to log performance timing of the difference processors into a directory - in the histogram file (defaults to False, requires a histogram file to be defined) + in the histogram file (requires a histogram file to be defined) See Also