Skip to content

Commit

Permalink
Working on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenvp committed Nov 14, 2020
1 parent 2b720cc commit 183930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wurf/symlink.py
Expand Up @@ -76,7 +76,7 @@ def _win32_create_symlink(from_path, to_path, is_directory, is_relative):
# If the symlink is not relative or is we do not have the right
# privileges try a junction
if is_relative:
raise RelativeSymlinkError from e
raise RelativeSymlinkError

_win32_create_junction(from_path, to_path, is_directory)

Expand Down

0 comments on commit 183930a

Please sign in to comment.