1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 23:14:47 +00:00

do not remove temp dotfiles

This commit is contained in:
deadc0de6
2018-07-21 13:18:34 +02:00
parent 5601abedda
commit 83b468e2ba

View File

@@ -213,9 +213,6 @@ def compare(opts, conf, tmp, focus=None, ignore=[]):
tmpsrc = os.path.join(opts['dotpath'], tmpsrc)
if os.path.exists(tmpsrc):
remove(tmpsrc)
if os.path.exists(insttmp):
# clean temporary installed dotfile
remove(insttmp)
if diff == '':
if opts['debug']:
LOG.dbg('diffing \"{}\" VS \"{}\"'.format(dotfile.key,