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 has been 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.
Brief summary of issue
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
Expected Behavior
If the
--filename
argument is not writeable the scan should exit instead of continuing.Current Behavior
The scan proceeds. See for example: http://cmsonline.cern.ch/cms-elog/1026403
Steps to Reproduce (for bugs)
Context (for feature requests)
Prevent data loss during longer measurements.
Your Environment
zsh
The text was updated successfully, but these errors were encountered: