Wauplin HF staff commited on
Commit
3cc265e
1 Parent(s): ad03828
Files changed (1) hide show
  1. app.py +1 -1
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