Skip to content

Commit 8ccc2c4

Browse files
committed
Update settings comments
1 parent dab7c49 commit 8ccc2c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

seleniumbase/config/settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
# If False, only the downloads from the most recent run will be saved locally.
2626
ARCHIVE_EXISTING_DOWNLOADS = False
2727

28-
# Default names for files saved during test failures when logging is turned on.
28+
# Default names for files saved during test failures.
2929
# (These files will get saved to the "latest_logs/" folder)
30-
# Usage: "--with-testing_base"
3130
SCREENSHOT_NAME = "screenshot.png"
3231
BASIC_INFO_NAME = "basic_test_info.txt"
3332
PAGE_SOURCE_NAME = "page_source.html"

0 commit comments

Comments
 (0)