jonashaag commited on
Commit
1795f1a
1 Parent(s): 8222efc
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ def get_default_raxmlng():
19
  "wb"
20
  ) as rax:
21
  shutil.copyfileobj(bz, rax)
 
22
  return uncompressed_raxmlng
23
 
24
 
 
19
  "wb"
20
  ) as rax:
21
  shutil.copyfileobj(bz, rax)
22
+ uncompressed_raxmlng.chmod(755)
23
  return uncompressed_raxmlng
24
 
25