Closed gbrunin closed 12 months ago
In case the filename used to init the EventReport is not found on the machine where the object is instantiated, the os.stat is set to None instead of throwing an error. This is useful for atomate2/abinit, if multiple machines are used.
Thanks for this improvement
Summary
In case the filename used to init the EventReport is not found on the machine where the object is instantiated, the os.stat is set to None instead of throwing an error. This is useful for atomate2/abinit, if multiple machines are used.