- Mar 20, 2020
-
-
Benjamin Bertrand authored
Logs like "save_restore: Can't open file '/tmp/myioc/save/values_pass1.sav'." shouldn't trigger an error. There are normal when no autosave files exist. JIRA INFRA-1919 #action In Progress
-
Benjamin Bertrand authored
Pin iocstats to avoid this in the future
-
- Dec 19, 2019
-
-
Benjamin Bertrand authored
The exception TimeoutExpired only has the stdout and stderr attributes when using the run(). They are set to None otherwise.
-
Benjamin Bertrand authored
conda-test deprecated
-
Benjamin Bertrand authored
When TimeoutExpired was raised, the following exception could be raised on the second communicate(): ValueError: Invalid file object: <_io.BufferedReader name=7> See https://stackoverflow.com/questions/33706551/why-does-python-sometimes-throw-valueerrors-in-this-code/33727164
-
- Mar 20, 2019
-
-
Benjamin Bertrand authored
Python 2 is not supported
-
Benjamin Bertrand authored
FileNotFoundError is not available in Python 2. It's time to drop Python 2 support anyway. Let's use f-strings!
-
Benjamin Bertrand authored
The iocsh script doesn't always exit with a non null return code when an error occurred. If passed an invalid filename, the script will return 0. Instead of relying on the return code, we check the output and raise an exception. Some tests added
-
- Mar 19, 2019
-
-
Benjamin Bertrand authored
-