Skip to content

Commit e14ba90

Browse files
committed
typo
1 parent 81bbcce commit e14ba90

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
@@ -18,7 +18,7 @@ def __xstr(self, obj):
1818
return str(obj)
1919

2020
def _generate_cmd(self):
21-
options_order = ['logfile_flag', 'logfile_path', 'folder_flag', 'key', 'folder_path', 'forcelocal', 'local_identifier', 'only', 'only_automate', 'proxy_host', 'proxy_port', 'proxy_user', 'proxy_pass', 'forceproxy' 'force', 'verbose', 'hosts']
21+
options_order = ['logfile_flag', 'logfile_path', 'folder_flag', 'key', 'folder_path', 'forcelocal', 'local_identifier', 'only', 'only_automate', 'proxy_host', 'proxy_port', 'proxy_user', 'proxy_pass', 'forceproxy', 'force', 'verbose', 'hosts']
2222
cmd = [self.__xstr(self.options.get(o)) for o in options_order if self.options.get(o) is not None]
2323
return [self.binary_path] + cmd
2424

0 commit comments

Comments
 (0)