Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mayer
CircularGreenSimCity
Commits
beac7c5c
Commit
beac7c5c
authored
1 year ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Run simstadt on Linux
parent
fe063002
master
eric_enrich_trees
gPMayer2-master-patch-26512
gPMayer2-master-patch-49202
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python_scripts/run_simstadt_from_python/run_simstadt_workflow.py
+1
-1
...scripts/run_simstadt_from_python/run_simstadt_workflow.py
with
1 addition
and
1 deletion
+1
-1
python_scripts/run_simstadt_from_python/run_simstadt_workflow.py
+
1
-
1
View file @
beac7c5c
...
...
@@ -150,7 +150,7 @@ def run_simstadt(simstadt_path: Path, workflow_path:Path , name: str):
os
.
chdir
(
simstadt_path
)
try
:
logging
.
info
(
"
\n
# Launching %s:"
,
name
)
result
=
subprocess
.
run
(
' '
.
join
(
[
simstadt_script
(),
str
(
workflow_path
)]
)
,
result
=
subprocess
.
run
([
simstadt_script
(),
str
(
workflow_path
)],
text
=
True
,
capture_output
=
True
,
check
=
True
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets