Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Feb 26, 2024
1 parent fc047d7 commit a8a7624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_selenium/setup_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def firefox(
logpath = os.path.join(lp, "geckodriver.log")
if not options.log.level:
options.log.level = "trace" # type: ignore[assignment]

if not options.log.level:
options.log.level = "fatal" # type: ignore[assignment]

Expand Down

0 comments on commit a8a7624

Please sign in to comment.