Skip to content

Commit

Permalink
[py]: remove no_focus_so_name unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Oct 2, 2022
1 parent c59a267 commit 49efb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/firefox/firefox_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def _modify_link_library_path(self):
self._firefox_env["LD_LIBRARY_PATH"] = new_ld_lib_path
self._firefox_env["LD_PRELOAD"] = self.NO_FOCUS_LIBRARY_NAME

def _extract_and_check(self, profile, no_focus_so_name, x86, amd64):
def _extract_and_check(self, profile, x86, amd64):

This comment has been minimized.

Copy link
@symonk

symonk Oct 3, 2022

Author Member

update references calling this with all args


paths = [x86, amd64]
built_path = ""
Expand Down

0 comments on commit 49efb1c

Please sign in to comment.