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
Good point. Never ran into this issue before. Out of interest: is there anything specific you're code is doing?
But looking at the code it seems to be an issue (nice touch using blame btw ;)). Probably it's better though to log a warning and instead use the file as-is. If the file was created deliberately, deleting it could cause all kinds of havoc.
Stopping/terminating a cell in the middle can cause the file not to be deleted. In this case, we should delete it instead of throwing an error
https://github.com/chmp/ipytest/blame/09b7ff6a1990b88de52da565b86fac7ff63e2f37/ipytest/_impl.py#L425-L426
The text was updated successfully, but these errors were encountered: