mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Undo (hopefully) buildbot failures
This commit is contained in:
commit
59b7ff2d43
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ else:
|
|||
|
||||
try:
|
||||
os_fsencode = os.fsencode
|
||||
except ImportError:
|
||||
except AttributeError:
|
||||
def os_fsencode(filename):
|
||||
if not isinstance(filename, unicode):
|
||||
return filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue