mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 09:43:49 +00:00
handle broken symlink
This commit is contained in:
@@ -205,7 +205,7 @@ def cmd_importer(o):
|
||||
for path in paths:
|
||||
if o.debug:
|
||||
LOG.dbg('trying to import {}'.format(path))
|
||||
if not os.path.lexists(path):
|
||||
if not os.path.exists(path):
|
||||
LOG.err('\"{}\" does not exist, ignored!'.format(path))
|
||||
ret = False
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user