Commit 28900b32 by willmcgugan@gmail.com

fix

parent b39ae0b4
...@@ -77,7 +77,7 @@ else: ...@@ -77,7 +77,7 @@ else:
def normospath(path): def normospath(path):
"""Normalizes a path with os separators""" """Normalizes a path with os separators"""
return normpath(ospath) return normpath(ospath(path))
def iteratepath(path, numsplits=None): def iteratepath(path, numsplits=None):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment