mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 12:19:17 +00:00
logs
This commit is contained in:
@@ -575,7 +575,8 @@ def cmd_remove(o):
|
|||||||
k = dotfile.key
|
k = dotfile.key
|
||||||
# ignore if uses any type of link
|
# ignore if uses any type of link
|
||||||
if dotfile.link != LinkTypes.NOLINK:
|
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
|
continue
|
||||||
|
|
||||||
if o.debug:
|
if o.debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user