This commit is contained in:
VALLEY Antoine (T0173847) 2019-07-23 16:00:44 +02:00
parent 399fddc721
commit 9cf0389c58

View file

@ -505,7 +505,7 @@ class PortainerCLI(object):
self.local = local
self.load()
self.proxies = {}
logger.debug('main args:{}'.format(args)
logger.debug('main args:{}'.format(args))
if command == self.COMMAND_CONFIGURE:
plac.call(self.configure, args)
elif command == self.COMMAND_LOGIN: