Skip to content

Commit e5c75ca

Browse files
fix assets directory
1 parent 5435db3 commit e5c75ca

File tree

1 file changed

+1
-1
lines changed
  • browsergym/webarena_verified/src/browsergym/webarena_verified

1 file changed

+1
-1
lines changed

browsergym/webarena_verified/src/browsergym/webarena_verified/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Check if the json file is the same as the one in the webarena-verified repository
1313
library_json_string = (
1414
importlib.resources.files("webarena_verified")
15-
.joinpath("../../assets/dataset/webarena-verified.json")
15+
.joinpath("assets/dataset/webarena-verified.json")
1616
.read_text()
1717
)
1818
library_json = json.loads(library_json_string)

0 commit comments

Comments
 (0)