File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -571,6 +571,7 @@ def main(override=None):
571
571
# Mac / Linux
572
572
expected_contents = [
573
573
"Driver_Notes/" ,
574
+ "Driver_Notes/EULA" ,
574
575
"Driver_Notes/LICENSE" ,
575
576
"Driver_Notes/credits.html" ,
576
577
"msedgedriver" ,
@@ -581,6 +582,7 @@ def main(override=None):
581
582
expected_contents = [
582
583
"Driver_Notes/" ,
583
584
"Driver_Notes/credits.html" ,
585
+ "Driver_Notes/EULA" ,
584
586
"Driver_Notes/LICENSE" ,
585
587
"msedgedriver.exe" ,
586
588
]
@@ -623,6 +625,7 @@ def main(override=None):
623
625
print ("Unzip Complete!\n " )
624
626
to_remove = [
625
627
"%s/Driver_Notes/credits.html" % downloads_folder ,
628
+ "%s/Driver_Notes/EULA" % downloads_folder ,
626
629
"%s/Driver_Notes/LICENSE" % downloads_folder ,
627
630
]
628
631
for file_to_remove in to_remove :
You can’t perform that action at this time.
0 commit comments