1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 13:48:48 +00:00

add debug header

This commit is contained in:
deadc0de6
2020-11-15 10:58:20 +01:00
parent c967776f8c
commit 908a006adc

View File

@@ -131,6 +131,9 @@ class Options(AttrMonitor):
if not self.confpath:
raise YamlException('no config file found')
if self.debug:
self.log.dbg('#################################################')
self.log.dbg('#################### DOTDROP ####################')
self.log.dbg('#################################################')
self.log.dbg('version: {}'.format(VERSION))
self.log.dbg('command: {}'.format(' '.join(sys.argv)))
self.log.dbg('config file: {}'.format(self.confpath))