We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde25e7 commit 13f6baaCopy full SHA for 13f6baa
browserstack/local.py
@@ -23,7 +23,7 @@ def _generate_cmd(self):
23
return [self.binary_path] + cmd
24
25
def start(self, **kwargs):
26
- for key, value in kwargs.iteritems():
+ for key, value in kwargs.items():
27
self.__add_arg(key, value)
28
29
if 'binarypath' in self.options:
0 commit comments