Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ class DocumentProcessor:
|
|
54 |
def change_permissions(self, directory):
|
55 |
try:
|
56 |
# Define the command
|
57 |
-
command = ["
|
58 |
|
59 |
# Execute the command
|
60 |
subprocess.run(command, check=True)
|
|
|
54 |
def change_permissions(self, directory):
|
55 |
try:
|
56 |
# Define the command
|
57 |
+
command = ["chmod", "777", "-R", directory]
|
58 |
|
59 |
# Execute the command
|
60 |
subprocess.run(command, check=True)
|