mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-17 21:31:09 +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():
|
||||
options.level = options.level.upper()
|
||||
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
|
||||
|
||||
def create_credentials(options):
|
||||
|
Loading…
x
Reference in New Issue
Block a user