You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the function write_total_stat_by_retries as it is not closing the file it opens to write/append. The code can also be simplified with pathlib, and with some type hints.
Probably some unit tests/doctests will be necessary too.
Sibling to #2060
See the function
write_total_stat_by_retries
as it is not closing the file it opens to write/append. The code can also be simplified withpathlib
, and with some type hints.Probably some unit tests/doctests will be necessary too.
autosubmit/autosubmit/job/job.py
Lines 2431 to 2465 in 120c335
The text was updated successfully, but these errors were encountered: