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
Thomas Lavocat
yggdrasil
Commits
e468e0c3
Commit
e468e0c3
authored
Nov 15, 2017
by
faquin
Browse files
Output command on logs
parent
af088e5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
yggdrasil/isengard/commands.py
View file @
e468e0c3
...
...
@@ -25,6 +25,7 @@ class RunningCommand:
self
.
callback_object
=
callback_object
def
test_and_dispatch
(
self
,
txt_utf8
,
txt_base_64
):
logger
.
info
(
txt_utf8
);
if
self
.
stdout_regex
.
match
(
txt_utf8
)
is
not
None
:
self
.
append_stdout
(
txt_utf8
,
txt_base_64
)
return
0
...
...
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