We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb72f78 commit a7786b5Copy full SHA for a7786b5
browserstack/local.py
@@ -17,7 +17,7 @@ def __xstr(self, key, value):
17
return ['-' + key, value]
18
19
def _generate_cmd(self):
20
- cmd = [self.binary_path, '-d', 'start', '-logFile', self.local_logfile_path, self.key]
+ cmd = [self.binary_path, '-d', 'start', '-logFile', self.local_logfile_path, "-k", self.key]
21
for o in self.options.keys():
22
if self.options.get(o) is not None:
23
cmd = cmd + self.__xstr(o, self.options.get(o))
0 commit comments