mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 19:04:15 +00:00
add debug header
This commit is contained in:
@@ -131,6 +131,9 @@ class Options(AttrMonitor):
|
|||||||
if not self.confpath:
|
if not self.confpath:
|
||||||
raise YamlException('no config file found')
|
raise YamlException('no config file found')
|
||||||
if self.debug:
|
if self.debug:
|
||||||
|
self.log.dbg('#################################################')
|
||||||
|
self.log.dbg('#################### DOTDROP ####################')
|
||||||
|
self.log.dbg('#################################################')
|
||||||
self.log.dbg('version: {}'.format(VERSION))
|
self.log.dbg('version: {}'.format(VERSION))
|
||||||
self.log.dbg('command: {}'.format(' '.join(sys.argv)))
|
self.log.dbg('command: {}'.format(' '.join(sys.argv)))
|
||||||
self.log.dbg('config file: {}'.format(self.confpath))
|
self.log.dbg('config file: {}'.format(self.confpath))
|
||||||
|
|||||||
Reference in New Issue
Block a user