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 3c75e98 commit 16393f0Copy full SHA for 16393f0
cwltool/job.py
@@ -886,8 +886,8 @@ def docker_monitor(
886
except OSError as exc:
887
_logger.warning("Ignored error with %s stats: %s", docker_exe, exc)
888
return
889
- max_mem_percent: float = 0
890
- mem_percent: float = 0
+ max_mem_percent: float = 0.0
+ mem_percent: float = 0.0
891
with open(stats_file_name) as stats:
892
while True:
893
line = stats.readline()
0 commit comments