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
Fix Python operator template too
tags/v0.3.0-rc
Philipp Oppermann
2 years ago
parent
b78f913561
commit
96eceb8dc4
Failed to extract signature
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
binaries/cli/src/template/python/operator/operator-template.py
+ 1
- 1
binaries/cli/src/template/python/operator/operator-template.py
View File
@@ -45,7 +45,7 @@ class Operator:
"""
print(
f"Received input {dora_input['id']}, with data: {dora_input['
data
']}"
f"Received input {dora_input['id']}, with data: {dora_input['
value
']}"
)
return DoraStatus.CONTINUE
Write
Preview
Loading…
Cancel
Save