Spaces:
Runtime error
Runtime error
cd first
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ def merge(
|
|
| 80 |
with open(tmpdir / "config.yaml", "w", encoding="utf-8") as f:
|
| 81 |
f.write(yaml_config)
|
| 82 |
|
| 83 |
-
yield from LogsView.run_process(cli.split())
|
| 84 |
|
| 85 |
## TODO(implement upload at the end of the merge, and display the repo URL)
|
| 86 |
|
|
|
|
| 80 |
with open(tmpdir / "config.yaml", "w", encoding="utf-8") as f:
|
| 81 |
f.write(yaml_config)
|
| 82 |
|
| 83 |
+
yield from LogsView.run_process(f"cd {tmpdir} && {cli}".split())
|
| 84 |
|
| 85 |
## TODO(implement upload at the end of the merge, and display the repo URL)
|
| 86 |
|