Skip to content

Commit fb7fa82

Browse files
committed
Remove WindowsError for now
1 parent ea97bc6 commit fb7fa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ def cache_lock(self, url):
13781378
f.flush()
13791379
os.fsync(f)
13801380
break
1381-
except (OSError, WindowsError) as e:
1381+
except (OSError) as e:
13821382
## Windows:
13831383
## <type 'exceptions.WindowsError'> 17 [Error 183] Cannot create a file when that file already exists: 'testing'
13841384
## or when concurrent: 13 WindowsError(5, 'Access is denied')

0 commit comments

Comments
 (0)