Skip to content

Commit 2bdcdea

Browse files
committed
* update .gitignore
1 parent c15ef5f commit 2bdcdea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ ENV/
8484
logs/
8585

8686
# data-juicer
87+
tmp/
8788
outputs/
8889
# agentscope
8990
runs/

trinity/data/controllers/task_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def _check_types_of_processors(self, dj_config):
167167
if dj_config is None:
168168
return False, False, False
169169
hit_cleaner, hit_synthesizer, hit_human_annotator = False, False, False
170-
process_list = dj_config.get('process', [])
170+
process_list = dj_config.get("process", [])
171171
for op in process_list:
172172
op_name = list(op.keys())[0]
173173
if op_name in DEFAULT_CLEANER:

0 commit comments

Comments
 (0)