Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tomwer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tomotools
tomwer
Commits
94b44153
Commit
94b44153
authored
6 years ago
by
payno
Browse files
Options
Downloads
Patches
Plain Diff
fix some typo
parent
3c6b3e55
No related branches found
Branches containing commit
Tags
proto_luigi
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tomwer/luigi/task/task.py
+0
-2
0 additions, 2 deletions
tomwer/luigi/task/task.py
with
0 additions
and
2 deletions
tomwer/luigi/task/task.py
+
0
−
2
View file @
94b44153
...
...
@@ -171,14 +171,12 @@ class SingleProcessTask(_TomwerTask):
inputs
=
self
.
read_inputs
()
# deal with the root node
if
len
(
inputs
)
is
0
:
if
self
.
tomwer_class_name
==
'
tomwer.core.process.datatransfert.FolderTransfert
'
:
self
.
_instance
.
process
(
self
.
scan
)
else
:
for
name
,
value
in
inputs
.
items
():
if
name
==
'
change recons params
'
:
_logger
.
warning
(
'
`change recons params` signal is ignore for now
'
)
continue
if
self
.
tomwer_class_name
==
'
tomwer.core.process.datatransfert.FolderTransfert
'
:
handler
=
self
.
_instance
.
input_handler
(
name
=
name
)
if
handler
is
None
:
raise
ValueError
(
'
No handler define by %s for %s
'
%
(
self
.
tomwer_class
,
name
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment