commit 13eded29c6a963ae8bb07dcd15c67c836348a301 parent d5aa567d572d24137d382d01fa45aa95b001f884 Author: gearsix <gearsix@tuta.io> Date: Mon, 26 Dec 2022 16:39:25 +0000 added debug prin for ARGS Diffstat:
M | src/dotfm.py | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/dotfm.py b/src/dotfm.py @@ -360,6 +360,7 @@ if __name__ == '__main__': ARGS = parseargs() if ARGS.debug == True: debug('printing debug logs') + debug('args = {}'.format(ARGS)) if ARGS.quiet == True: debug('muting info logs')