Fix invalid default scheme assignment
This commit is contained in:
parent
739e2b064d
commit
44b6af06b9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ let
|
|||
if scheme is None:
|
||||
if target.exists():
|
||||
continue
|
||||
scheme = entry[DEFAULT_SCHEME]
|
||||
scheme = DEFAULT_SCHEME
|
||||
else:
|
||||
if target.exists() and target.is_symlink:
|
||||
os.remove(target)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue