Skip to content

Commit

Permalink
Merge 5d0dc55 into f2f8f65
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Oct 28, 2019
2 parents f2f8f65 + 5d0dc55 commit cdd6262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OFS/Traversable.py
Expand Up @@ -173,7 +173,7 @@ def unrestrictedTraverse(self, path, default=_marker, restricted=False):
return self

if isinstance(path, str):
# Unicode paths are not allowed
# unicode paths in Py2 and bytes paths in Py3 are not allowed
path = path.split('/')
else:
path = list(path)
Expand Down

0 comments on commit cdd6262

Please sign in to comment.