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

adding version in debug logs

This commit is contained in:
deadc0de6
2019-06-10 21:06:23 +02:00
parent 9519d3e990
commit e04a0b86e5

View File

@@ -118,6 +118,7 @@ class Options(AttrMonitor):
self.profile = self.args['--profile']
self.confpath = self._get_config_path()
if self.debug:
self.log.dbg('version: {}'.format(VERSION))
self.log.dbg('config file: {}'.format(self.confpath))
self._read_config()