1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +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
break
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.')
sys.exit(0)
else: