mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 12:19:17 +00:00
adding version in debug logs
This commit is contained in:
@@ -118,6 +118,7 @@ class Options(AttrMonitor):
|
|||||||
self.profile = self.args['--profile']
|
self.profile = self.args['--profile']
|
||||||
self.confpath = self._get_config_path()
|
self.confpath = self._get_config_path()
|
||||||
if self.debug:
|
if self.debug:
|
||||||
|
self.log.dbg('version: {}'.format(VERSION))
|
||||||
self.log.dbg('config file: {}'.format(self.confpath))
|
self.log.dbg('config file: {}'.format(self.confpath))
|
||||||
|
|
||||||
self._read_config()
|
self._read_config()
|
||||||
|
|||||||
Reference in New Issue
Block a user