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 I run the NiBAx API interactively, I get a lot of permission errors like:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process:
Proposed solution:
add process id or timestamp to log file name
'C:\Users\abdulkadir\.NiBAx\NiBAx.log' -> 'C:\Users\abdulkadir\.NiBAx\NiBAx.log.2022-10-25'
The text was updated successfully, but these errors were encountered:
Reported by @AbdulkadirA
When I run the NiBAx API interactively, I get a lot of permission errors like:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process:
Proposed solution:
add process id or timestamp to log file name
'C:\Users\abdulkadir\.NiBAx\NiBAx.log' -> 'C:\Users\abdulkadir\.NiBAx\NiBAx.log.2022-10-25'
The text was updated successfully, but these errors were encountered: