1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00

add more debugs

This commit is contained in:
deadc0de6
2018-12-27 15:40:06 +01:00
parent a268811ceb
commit cf96584f7b

View File

@@ -499,6 +499,9 @@ def main():
LOG.err('interrupted')
ret = False
if opts['debug']:
LOG.dbg('configs:\n{}'.format(conf.dump()))
return ret