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
When attempting to import brainrender in two separate notebooks, the Path(path).unlink()
in the init.py does not allow the log file to be deleted if another kernel is using the file.
It would be useful to generate another log file or just edit the current one (Currently we remove the unlink).
OS: Windows
Version 2.1.9
The text was updated successfully, but these errors were encountered:
When attempting to import brainrender in two separate notebooks, the
Path(path).unlink()
in the init.py does not allow the log file to be deleted if another kernel is using the file.
It would be useful to generate another log file or just edit the current one (Currently we remove the unlink).
The text was updated successfully, but these errors were encountered: