Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matheus Melo
stream_kubejobs
Commits
d2132ed9
Commit
d2132ed9
authored
May 14, 2020
by
Ignacio
Browse files
update
parent
7868781d
Changes
1
Hide whitespace changes
Inline
Side-by-side
stream_kubejobs/__init__.py
View file @
d2132ed9
...
...
@@ -213,7 +213,8 @@ class KubeJobStreamProgress(Plugin):
self
.
LOG
.
log
(
"Input Flux : %s"
%
input_flux
)
self
.
LOG
.
log
(
"Real output Flux : %s"
%
real_output_flux
)
self
.
LOG
.
log
(
"Expected output Flux : %s"
%
expected_output_flux
)
self
.
LOG
.
log
(
"Corrector term : %s"
%
bool
(
self
.
corrector_term
))
self
.
LOG
.
log
(
"Corrector term : %s"
%
int
(
self
.
corrector_term
))
self
.
LOG
.
log
(
"Error options : %s"
%
int
(
self
.
error_option
))
self
.
LOG
.
log
(
"========================"
)
application_progress_error
=
\
...
...
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