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

Update module

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ def 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()
 
27
  shutil.move(item, os.path.join(".", os.path.basename(item)))
28
 
29
  shutil.rmtree("tmp_repo")
30
+ subprocess.run(["ls"], check=True)
31
+ fsefsef
32
 
33
  install_mamba()
34
  clone_github()