Commit 698479a6 by James Cammarata

Add config file info to --version output

Fixes #10348
parent 37ed756d
......@@ -333,6 +333,7 @@ class CLI(object):
gitinfo = CLI._gitinfo()
if gitinfo:
result = result + " {0}".format(gitinfo)
result += "\n config file = %s" % C.CONFIG_FILE
result = result + "\n configured module search path = %s" % C.DEFAULT_MODULE_PATH
return result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment