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
Traceback (most recent call last):
File "...\shutil.py", line 813, in move
os.rename(src, real_dst)
PermissionError: [WinError 32] Processen kan ikke få adgang til filen, da den bruges af en anden proces: 'carrots' -> '.solved/carrots'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "...\Kat\kattis.py", line 41, in main
execCommand[command](data)
File "...\Kat\commands\submit.py", line 85, in submitCommand
archive(problemName, ".solved/")
File "...\Kat\commands\archive.py", line 30, in archive
shutil.move(problemName, folder + problemName)
PermissionError: [WinError 32] Processen kan ikke få adgang til filen, da den bruges af en anden proces: 'carrots'
The text was updated successfully, but these errors were encountered:
The file is used by another process, and cannot be moved. Are you running the debugger in the background when this error appears?
Duckapple
changed the title
Exception: "[WinError 32] Processen kan ikke få adgang til filen, da den bruges af en anden proces: 'carrots'"
PermissionError: "[WinError 32] Processen kan ikke få adgang til filen, da den bruges af en anden proces: 'carrots'"
Apr 4, 2022
The text was updated successfully, but these errors were encountered: