exasim-project / OBR

A runner for OpenFOAM benchmarks
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Obr status bugfix #126

Closed lupeterm closed 1 year ago

lupeterm commented 1 year ago

obr status throws with AttributeError: 'File' object has no attribute '_dict' when a job does not have a case folder.

This PR simply adds an existence check for the case folder path, as well as a missing type hint. This could also be related, or even fix #124 .

greole commented 1 year ago

Lgtm