Update Action-Effect.py
Browse files- Action-Effect.py +1 -1
Action-Effect.py
CHANGED
@@ -53,7 +53,7 @@ class Action_Effect(datasets.GeneratorBasedBuilder):
|
|
53 |
datasets.SplitGenerator(
|
54 |
name="ActionEffect",
|
55 |
gen_kwargs={
|
56 |
-
"action_effect_info_path": self._relative_data_dir() + "action_effect_info.json",
|
57 |
},
|
58 |
)
|
59 |
]
|
|
|
53 |
datasets.SplitGenerator(
|
54 |
name="ActionEffect",
|
55 |
gen_kwargs={
|
56 |
+
"action_effect_info_path": self._relative_data_dir() + "/action_effect_info.json",
|
57 |
},
|
58 |
)
|
59 |
]
|