chmod
Browse files
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 |
|