Skip to content

Commit 49efb1c

Browse files
committed
[py]: remove no_focus_so_name unused argument
1 parent c59a267 commit 49efb1c

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
@@ -204,7 +204,7 @@ def _modify_link_library_path(self):
204204
self._firefox_env["LD_LIBRARY_PATH"] = new_ld_lib_path
205205
self._firefox_env["LD_PRELOAD"] = self.NO_FOCUS_LIBRARY_NAME
206206

207-
def _extract_and_check(self, profile, no_focus_so_name, x86, amd64):
207+
def _extract_and_check(self, profile, x86, amd64):
208208

209209
paths = [x86, amd64]
210210
built_path = ""

0 commit comments

Comments
 (0)