mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 14:23:48 +00:00
debug logs
This commit is contained in:
@@ -741,9 +741,14 @@ def main():
|
||||
LOG.err('interrupted')
|
||||
ret = False
|
||||
|
||||
if o.debug:
|
||||
LOG.dbg('done executing command')
|
||||
|
||||
if ret and o.conf.save():
|
||||
LOG.log('config file updated')
|
||||
|
||||
if o.debug:
|
||||
LOG.dbg('return {}'.format(ret))
|
||||
return ret
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user