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
In #561 the realtime analysis file was introduced but the path for it did not account for simulations where the results are to be generated in the same current owrking directory, resulting in the wrong path and a PermissionError like the following, when trying to write the yaml file.
In #561 the realtime analysis file was introduced but the path for it did not account for simulations where the results are to be generated in the same current owrking directory, resulting in the wrong path and a
PermissionError
like the following, when trying to write the yaml file.This can be solved by using
os.path.join
instead of f-strings when dealing with paths.The text was updated successfully, but these errors were encountered: