Skip to content
Snippets Groups Projects
Commit 1e53d22f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

typo

parent f65ac076
No related branches found
No related tags found
1 merge request!22Release 0.3
...@@ -89,7 +89,7 @@ def win_path_converter(val): ...@@ -89,7 +89,7 @@ def win_path_converter(val):
if not check_win_path(val): if not check_win_path(val):
raise ValueError( raise ValueError(
"Field should a Windows path, but is\n'{}'.".format(val)) "Field should be a Windows path, but is\n'{}'.".format(val))
path = pathlib.PureWindowsPath(val) path = pathlib.PureWindowsPath(val)
return path.as_posix() return path.as_posix()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment