now verbose mode shows config file used

This commit is contained in:
Brian Coca 2015-07-04 10:23:30 -04:00
commit 5f791329ce
8 changed files with 22 additions and 6 deletions

View file

@ -124,6 +124,8 @@ class GalaxyCLI(CLI):
def run(self):
super(GalaxyCLI, self).run()
# if not offline, get connect to galaxy api
if self.action in ("info","install") or (self.action == 'init' and not self.options.offline):
api_server = self.options.api_server