We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8417524 commit 99cf72aCopy full SHA for 99cf72a
1 file changed
src/ddeutil/workflow/stages.py
@@ -1900,7 +1900,7 @@ def process(
1900
if "result" not in sig.parameters:
1901
args.pop("result")
1902
1903
- if "extras" not in sig.parameters:
+ if "extras" not in sig.parameters: # pragma: no cov
1904
args.pop("extras")
1905
1906
if event and event.is_set():
@@ -2020,7 +2020,7 @@ async def async_process(
2020
2021
2022
2023
2024
2025
2026
0 commit comments