Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
1c3979f2
Commit
1c3979f2
authored
Sep 15, 2017
by
Thanassis Tsiodras
Browse files
Fix typo
parent
c301fcc1
Changes
1
Show whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
1c3979f2
...
...
@@ -2073,7 +2073,7 @@ def ParsePartitionInformation():
for
envVarAssignment
in
envvars
.
split
(
':'
):
key
,
value
=
envVarAssignment
.
split
(
'='
)
print
(
key
,
'==>'
,
value
)
platform
=
g_distributionNodesPlatform
[
partitionName
WithoutSuffix
][
0
]
platform
=
g_distributionNodesPlatform
[
partitionName
][
0
]
os
.
putenv
(
key
,
value
)
os
.
environ
[
key
]
=
value
if
'RTEMS'
in
platform
:
...
...
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