Skip to content

Commit 0b63d5d

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Rename variable to avoid shadowing of built-in name"
2 parents 824ed84 + acc3967 commit 0b63d5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • openstackclient/tests/functional

openstackclient/tests/functional/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def get_openstack_extention_names(cls):
6363
return cls.openstack('extension list ' + opts)
6464

6565
@classmethod
66-
def get_opts(cls, fields, format='value'):
67-
return ' -f {0} {1}'.format(format,
66+
def get_opts(cls, fields, output_format='value'):
67+
return ' -f {0} {1}'.format(output_format,
6868
' '.join(['-c ' + it for it in fields]))
6969

7070
@classmethod

0 commit comments

Comments
 (0)