Skip to content

Commit 099c2b3

Browse files
committed
fix more mistakes
1 parent e38fffc commit 099c2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def _realpath_ipy_win(path):
287287
if match_name == dirname:
288288
return match_link
289289

290-
raise ValueError('path not found: {}'.format(path))
290+
return path
291291

292292

293293
def _realpath_ipy_posix(path):

0 commit comments

Comments
 (0)