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
Got exception outside of a @test
Cannot create a logger if my_log_file.log still has
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:35
[2] remove_log_file_path_on_logger_creation(log_file_path::String)
@ PSRLogger C:\Users\guilhermebodin\.julia\packages\PSRLogger\WuHqw\s
Mainly because the stream is blocked. There should be a way to avoid this in many cases.
Maybe opening and closing the file to log into it.
The text was updated successfully, but these errors were encountered:
I have been going through this problem
Mainly because the stream is blocked. There should be a way to avoid this in many cases.
Maybe opening and closing the file to log into it.
The text was updated successfully, but these errors were encountered: