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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user