1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 17:13:59 +00:00

Update dotdrop.py

Updating to conform to PEP8
This commit is contained in:
Japorized
2017-08-28 12:38:25 +08:00
committed by GitHub
parent a6cc47a517
commit 445a818675

View File

@@ -101,7 +101,7 @@ def compare(opts, conf, tmp, focus=""):
exist = True exist = True
break break
if not exist: if not exist:
LOG.log('One of the keys is not found. Please double check ' \ LOG.log('One of the keys is not found. Please double check '
'your arguments.') 'your arguments.')
sys.exit(0) sys.exit(0)
else: else: