Wauplin HF staff commited on
Commit
ed326ec
1 Parent(s): 86b9c38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(cmd=cli.split())
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