Skip to content

Commit 04edf86

Browse files
committed
safety
1 parent f1bb623 commit 04edf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasets_old_2022_10/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def __init__(
161161
self.eval_datasets = eval_datasets
162162

163163
def get_extern_data(self) -> Dict[str, Dict[str, Any]]:
164-
return self.extern_data
164+
return self.extern_data.copy()
165165

166166
def get_default_input(self) -> Optional[str]:
167167
return self.default_input

0 commit comments

Comments
 (0)