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 running an os command with multiple files, e.g.: os.replace('file1.txt', 'file2.txt')
If it fails due to OS access error, I would like to know which file is the cause. For the above I get: PermissionError: [WinError 5] Access is denied: 'file1.txt' -> 'file2.txt'
But I don't know if the issue was file1.txt, file2.txt or both
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere