Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
octomon
Commits
e24132b3
Unverified
Commit
e24132b3
authored
Mar 23, 2019
by
Marco Marinello
Browse files
typo
parent
124641cf
Changes
1
Show whitespace changes
Inline
Side-by-side
hosts/utils.py
View file @
e24132b3
...
@@ -155,6 +155,6 @@ def parse_etc(components):
...
@@ -155,6 +155,6 @@ def parse_etc(components):
segments
=
int
(
this
[
"etc_segments"
])
segments
=
int
(
this
[
"etc_segments"
])
j
=
""
j
=
""
for
i
in
range
(
segments
):
for
i
in
range
(
segments
):
j
+=
component
s
[
"etc_segment%s"
%
i
]
j
+=
thi
s
[
"etc_segment%s"
%
i
]
data
=
json
.
loads
(
j
)
data
=
json
.
loads
(
j
)
return
data
return
data
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