1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 09:08:50 +00:00
This commit is contained in:
deadc0de6
2020-11-18 15:07:24 +01:00
parent ace846dcfb
commit 48756a295e

View File

@@ -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: