roychao19477 commited on
Commit
3700826
·
1 Parent(s): d47b5b9

Update module

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ def clone_github():
27
  shutil.move(item, os.path.join(".", os.path.basename(item)))
28
 
29
  shutil.rmtree("tmp_repo")
 
30
 
31
  install_mamba()
32
  clone_github()
 
27
  shutil.move(item, os.path.join(".", os.path.basename(item)))
28
 
29
  shutil.rmtree("tmp_repo")
30
+ #subprocess.run(["ls"], check=True)
31
 
32
  install_mamba()
33
  clone_github()