We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea97bc6 commit fb7fa82Copy full SHA for fb7fa82
mbed/mbed.py
@@ -1378,7 +1378,7 @@ def cache_lock(self, url):
1378
f.flush()
1379
os.fsync(f)
1380
break
1381
- except (OSError, WindowsError) as e:
+ except (OSError) as e:
1382
## Windows:
1383
## <type 'exceptions.WindowsError'> 17 [Error 183] Cannot create a file when that file already exists: 'testing'
1384
## or when concurrent: 13 WindowsError(5, 'Access is denied')
0 commit comments