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 9accbc5 commit b1a1a0bCopy full SHA for b1a1a0b
cwltool/job.py
@@ -513,6 +513,7 @@ def process_monitor(self, sproc: "subprocess.Popen[str]") -> None:
513
mem_tm: "Optional[Timer]" = None
514
515
def get_tree_mem_usage(memory_usage: MutableSequence[Optional[int]]) -> None:
516
+ nonlocal mem_tm
517
try:
518
with monitor.oneshot():
519
children = monitor.children()
0 commit comments