Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pipelet
Pipelet
Commits
5d6e2581
Commit
5d6e2581
authored
Dec 22, 2010
by
Marc Betoule
Browse files
cleaning print message not going through logger
parent
156f4b49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
pipelet/scheduler.py
pipelet/scheduler.py
+0
-2
No files found.
pipelet/scheduler.py
View file @
5d6e2581
...
...
@@ -20,7 +20,6 @@ from task import TaskList
from
task
import
Task
import
Queue
import
tracker
import
pprint
import
shutil
import
threading
import
logging
...
...
@@ -317,7 +316,6 @@ class Scheduler():
logger
.
info
(
"Pushing phantom task %s"
%
str
(
t
))
try
:
for
s
in
self
.
pipe
.
flatten
():
print
s
self
.
push_next_seg
(
s
)
self
.
task_queue
.
join
()
if
self
.
abort
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment