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
1b8a6961
Commit
1b8a6961
authored
Jul 18, 2017
by
Thanassis Tsiodras
Browse files
Save the environment! Log it upon panics.
parent
d48e25e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
1b8a6961
...
...
@@ -160,6 +160,7 @@ def panic(x):
x
+=
"
\n
"
sys
.
stderr
.
write
(
x
)
g_stageLog
.
error
(
g_currentStage
)
os
.
system
(
'env > "'
+
g_absOutputDir
+
os
.
sep
+
'env.txt"'
)
sys
.
exit
(
1
)
...
...
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