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