remove extra line and ref. to LOG that doesn't exist
This commit is contained in:
@@ -167,7 +167,6 @@ class VpnCommands(object):
|
||||
'vpn_public_port': int(port)})
|
||||
|
||||
|
||||
|
||||
class ShellCommands(object):
|
||||
def bpython(self):
|
||||
"""Runs a bpython shell.
|
||||
|
||||
@@ -662,7 +662,7 @@ class AuthManager(object):
|
||||
port=vpn_port)
|
||||
zippy.writestr(FLAGS.credential_vpn_file, config)
|
||||
else:
|
||||
LOG.warn("No vpn data for project %s", pid)
|
||||
logging.warn("No vpn data for project %s", pid)
|
||||
|
||||
zippy.writestr(FLAGS.ca_file, crypto.fetch_ca(pid))
|
||||
zippy.close()
|
||||
|
||||
Reference in New Issue
Block a user