Skip to content

Commit 5ffc33d

Browse files
Merge pull request #1 from jack-sherman01/copilot/fix-problem
fix: restore valid executor.source in custom.yaml
2 parents 3e143e5 + 400f5c0 commit 5ffc33d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

config/custom.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,5 @@ source:
2121
arxiv:
2222
category: ["cs.AI","cs.CV","cs.LG","cs.CL"]
2323

24-
# executor:
25-
# debug: ${oc.env:DEBUG,null}
26-
# source: ['arxiv']
27-
2824
executor:
29-
source:arxiv
25+
source: [arxiv]

0 commit comments

Comments
 (0)