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
Running unit tests on local machine throws logging error. Tests run successfully. No other side effects.
I believe the Logging error occurs because of an IO error when ShutdownManager.py tries to use the default Python logger. Ganga is unable to store the test logs probably because it is trying to access an already closed file.
Running unit tests on local machine throws logging error. Tests run successfully. No other side effects.
I believe the
Logging error
occurs because of an IO error whenShutdownManager.py
tries to use the default Python logger. Ganga is unable to store the test logs probably because it is trying to access an already closed file.Run tests
python -m pytest ganga/GangaCore/test/Unit
Output
The text was updated successfully, but these errors were encountered: