Skip to content

Commit a7786b5

Browse files
committed
Add -k flag
1 parent eb72f78 commit a7786b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserstack/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __xstr(self, key, value):
1717
return ['-' + key, value]
1818

1919
def _generate_cmd(self):
20-
cmd = [self.binary_path, '-d', 'start', '-logFile', self.local_logfile_path, self.key]
20+
cmd = [self.binary_path, '-d', 'start', '-logFile', self.local_logfile_path, "-k", self.key]
2121
for o in self.options.keys():
2222
if self.options.get(o) is not None:
2323
cmd = cmd + self.__xstr(o, self.options.get(o))

0 commit comments

Comments
 (0)