parent
37ed756d66
commit
698479a623
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ class CLI(object):
|
||||||
gitinfo = CLI._gitinfo()
|
gitinfo = CLI._gitinfo()
|
||||||
if gitinfo:
|
if gitinfo:
|
||||||
result = result + " {0}".format(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
|
result = result + "\n configured module search path = %s" % C.DEFAULT_MODULE_PATH
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue