Skip to content

Commit e17b16a

Browse files
committed
Fix the "msedgedriver" install script (a new file was added)
1 parent f11300b commit e17b16a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ def main(override=None):
571571
# Mac / Linux
572572
expected_contents = [
573573
"Driver_Notes/",
574+
"Driver_Notes/EULA",
574575
"Driver_Notes/LICENSE",
575576
"Driver_Notes/credits.html",
576577
"msedgedriver",
@@ -581,6 +582,7 @@ def main(override=None):
581582
expected_contents = [
582583
"Driver_Notes/",
583584
"Driver_Notes/credits.html",
585+
"Driver_Notes/EULA",
584586
"Driver_Notes/LICENSE",
585587
"msedgedriver.exe",
586588
]
@@ -623,6 +625,7 @@ def main(override=None):
623625
print("Unzip Complete!\n")
624626
to_remove = [
625627
"%s/Driver_Notes/credits.html" % downloads_folder,
628+
"%s/Driver_Notes/EULA" % downloads_folder,
626629
"%s/Driver_Notes/LICENSE" % downloads_folder,
627630
]
628631
for file_to_remove in to_remove:

0 commit comments

Comments
 (0)