Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
a7db858
1
Parent(s):
bbbb0e2
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,13 @@ from subprocess import call
|
|
| 10 |
for stuff in os.walk("."):
|
| 11 |
print(stuff)
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
def run_cmd(command):
|
| 14 |
try:
|
| 15 |
print(command)
|
|
|
|
| 10 |
for stuff in os.walk("."):
|
| 11 |
print(stuff)
|
| 12 |
|
| 13 |
+
with open("./permissions_test_file", "w") as file:
|
| 14 |
+
pass
|
| 15 |
+
|
| 16 |
+
with open("./experiments/permissions_test_file", "w") as file:
|
| 17 |
+
pass
|
| 18 |
+
|
| 19 |
+
|
| 20 |
def run_cmd(command):
|
| 21 |
try:
|
| 22 |
print(command)
|