mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 03:30:06 +01:00
bugifx
This commit is contained in:
@@ -28,7 +28,7 @@ class Frontend(object):
|
||||
)
|
||||
elif path_to_yaml:
|
||||
try:
|
||||
assert os.path.exists(self._path)
|
||||
assert os.path.exists(path_to_yaml)
|
||||
with open(path_to_yaml, 'r') as f:
|
||||
self._data = yaml.load(f, Loader=yaml.Loader)
|
||||
except (AssertionError, FileNotFoundError):
|
||||
|
||||
Reference in New Issue
Block a user