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
Describe the annoyance
Very low priority, but setting RERUN=ON results in the following output:
2023-03-21T13:56:46.150409Z INFO re_sdk: Rerun Logging is enabled by the 'RERUN' environment variable.
2023-03-21T13:56:46.247752Z INFO re_sdk: Rerun Logging is enabled by the 'RERUN' environment variable.
To Reproduce
export RERUN=ON
Run any rerun script that logs something.
Expected behavior
2023-03-21T13:56:46.150409Z INFO re_sdk: Rerun Logging is enabled by the 'RERUN' environment variable.
Desktop (please complete the following information):
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
I'm 99% certain this is coming from two different Python processes. So this only happens on Python, with spawn. Both processes detect the RERUN environment variable, but since the second process is not an SDK library, it shouldn't really care about this and log it.
Describe the annoyance
Very low priority, but setting
RERUN=ON
results in the following output:To Reproduce
export RERUN=ON
Expected behavior
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: