Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
f4e5b8f1
Commit
f4e5b8f1
authored
Mar 14, 2019
by
Samuel GAIST
Browse files
[execution][base] Code cleanup
parent
e4f038da
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/execution/base.py
View file @
f4e5b8f1
...
...
@@ -44,14 +44,9 @@ Execution utilities
import
os
import
sys
import
glob
import
collections
import
logging
logger
=
logging
.
getLogger
(
__name__
)
import
simplejson
from
..
import
schema
...
...
@@ -62,6 +57,9 @@ from .. import stats
from
beat.backend.python.helpers
import
convert_experiment_configuration_to_container
logger
=
logging
.
getLogger
(
__name__
)
class
BaseExecutor
(
object
):
"""Executors runs the code given an execution block information
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment