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
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
If the user supplies a --filename argument that is not writeable the scan writes a standard ROOT error message to the terminal however it continues to run.
This can contribute to data loss and lost time since the data taken will never be written to disk.
Most likely this issue impacts all our scan scripts.
Types of issue
Bug report (report an issue with the code)
Feature request (request for change which adds functionality)
Expected Behavior
If the --filename argument is not writeable the scan should exit instead of continuing.