-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as not planned
Closed as not planned
Copy link
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
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
Links to previous discussion of this feature:
No response
Metadata
Metadata
Assignees
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-featureA feature request or enhancementA feature request or enhancement