Skip to content

Commit a5423d9

Browse files
committed
[py]: Remove invalid argument calls to _extract_and_check until removed
1 parent c22de96 commit a5423d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/firefox/firefox_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def _default_windows_location(self):
197197
def _modify_link_library_path(self):
198198
existing_ld_lib_path = os.environ.get("LD_LIBRARY_PATH", "")
199199

200-
new_ld_lib_path = self._extract_and_check(self.profile, self.NO_FOCUS_LIBRARY_NAME, "x86", "amd64")
200+
new_ld_lib_path = self._extract_and_check(self.profile, "x86", "amd64")
201201

202202
new_ld_lib_path += existing_ld_lib_path
203203

0 commit comments

Comments
 (0)