Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
cfe8f0cb
Commit
cfe8f0cb
authored
Oct 24, 2014
by
Mikaël Salson
Committed by
Vidjil Team
Oct 24, 2014
Browse files
tasks.py: Remove unnecessary output
parent
12d80d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/task.py
View file @
cfe8f0cb
...
...
@@ -101,17 +101,11 @@ def run_vidjil(id_file, id_config, id_data, id_fuse):
print
cmd
print
"========================"
sys
.
stdout
.
flush
()
db
.
commit
()
print
"------------------------"
sys
.
stdout
.
flush
()
db
.
commit
()
p
=
Popen
(
cmd
,
shell
=
True
,
stdin
=
PIPE
,
stdout
=
vidjil_log_file
,
stderr
=
STDOUT
,
close_fds
=
True
)
(
stdoutdata
,
stderrdata
)
=
p
.
communicate
()
print
"------------------------"
print
"Output file in "
+
out_folder
+
'/'
+
output_filename
+
'.vidjil.log'
sys
.
stdout
.
flush
()
db
.
commit
()
...
...
Write
Preview
Supports
Markdown
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