This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Remove introduced typo in PR
tags/v0.3.1-rc5
haixuanTao
2 years ago
parent
20c02089b6
commit
0870f775ee
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
binaries/cli/src/template/python/dataflow-template.yml
+1
-1
binaries/daemon/src/spawn.rs
+ 1
- 2
binaries/cli/src/template/python/dataflow-template.yml
View File
@@ -16,8 +16,7 @@ nodes:
- id: custom-node_1
custom:
source: python
args: ./node_1/node_1.py
source: ./node_1/node_1.py
inputs:
tick: dora/timer/secs/1
input-1: op_1/some-output
+ 1
- 1
binaries/daemon/src/spawn.rs
View File
@@ -133,7 +133,7 @@ pub async fn spawn_node(
.spawn()
.wrap_err_with(move || {
format!(
"failed to run `{}` with args `{}
.
",
"failed to run `{}` with args `{}
`
",
n.source,
n.args.as_deref().unwrap_or_default(),
)
Write
Preview
Loading…
Cancel
Save