Skip to content

Commit 9498cb6

Browse files
typo
1 parent 924c088 commit 9498cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browsergym/workarena/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
SNOW_DATA_LOOKBACK_MINUTES = 5
1010
SNOW_BROWSER_TIMEOUT = 30000 # Milliseconds
1111
SNOW_JS_UTILS_FILEPATH = str(resources.files(utils).joinpath("js_utils.js"))
12-
SNOW_SUPPORTED_RELEASES = ["washingtondc",]
12+
SNOW_SUPPORTED_RELEASES = ["washingtondc"]
1313

1414
# Path to the Menu navigation task configuration
1515
ALL_MENU_PATH = str(resources.files(data_files).joinpath("task_configs/all_menu.json"))

0 commit comments

Comments
 (0)