mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-09 15:01:32 +00:00
Small error pylint spotted
This commit is contained in:
parent
657a57d266
commit
e47794030f
@ -80,7 +80,7 @@ class CmdOptions(OptionParser):
|
|||||||
elif options.level.upper() in LEVEL.values():
|
elif options.level.upper() in LEVEL.values():
|
||||||
options.level = options.level.upper()
|
options.level = options.level.upper()
|
||||||
else:
|
else:
|
||||||
self.error("Unknown access-level '%s', level must be in %s" %(options.level, self.LEVEL))
|
self.error("Unknown access-level '%s', level must be in %s" %(options.level, LEVEL))
|
||||||
return tool, options
|
return tool, options
|
||||||
|
|
||||||
def create_credentials(options):
|
def create_credentials(options):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user