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