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
but it currently fails if restG4 is launched from a directory without write permissions, even though you should only need to read the required files and not write.
Looks like the problem is related to TRestRun
-- Warning : no input file added
-- Error : TRestRun: Output path does not exist or it is not writable.
-- Error : Path : ./
It is performing some kind of check on write permissions for the directory after being loaded from an rml from the same directory. We should not return an error when this happens, perhaps a warning.
The text was updated successfully, but these errors were encountered:
We should be able to do do:
but it currently fails if
restG4
is launched from a directory without write permissions, even though you should only need to read the required files and not write.Looks like the problem is related to
TRestRun
It is performing some kind of check on write permissions for the directory after being loaded from an rml from the same directory. We should not return an error when this happens, perhaps a warning.
The text was updated successfully, but these errors were encountered: