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
505885a1
Commit
505885a1
authored
Mar 15, 2019
by
Samuel GAIST
Browse files
[algorithm] Code cleanup
parent
e6f953cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/algorithm.py
View file @
505885a1
...
...
@@ -66,7 +66,9 @@ from beat.backend.python.algorithm import Algorithm as BackendAlgorithm
def
load_algorithm_prototype
(
prefix
):
prototype_data
=
pkg_resources
.
resource_string
(
__name__
,
"prototypes/algorithm.json"
)
prototype_data
=
pkg_resources
.
resource_string
(
__name__
,
"prototypes/algorithm.json"
)
if
sys
.
version_info
<
(
3
,
6
):
prototype_data
=
prototype_data
.
decode
(
"utf-8"
)
...
...
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