From cf96584f7b8a02943c989856b1291ba2e78a072c Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 27 Dec 2018 15:40:06 +0100 Subject: [PATCH] add more debugs --- dotdrop/dotdrop.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index eb6615f..ea37dd9 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -499,6 +499,9 @@ def main(): LOG.err('interrupted') ret = False + if opts['debug']: + LOG.dbg('configs:\n{}'.format(conf.dump())) + return ret