mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 09:08:50 +00:00
logs
This commit is contained in:
@@ -575,7 +575,8 @@ def cmd_remove(o):
|
||||
k = dotfile.key
|
||||
# ignore if uses any type of link
|
||||
if dotfile.link != LinkTypes.NOLINK:
|
||||
LOG.warn('dotfile uses link, remove manually')
|
||||
msg = '{} uses link/link_children, remove manually'
|
||||
LOG.warn(msg.format(k))
|
||||
continue
|
||||
|
||||
if o.debug:
|
||||
|
||||
Reference in New Issue
Block a user