Spaces:
Sleeping
Sleeping
wip
Browse files
sabiduria_tool_api/services/service_sabiduria_tool.py
CHANGED
@@ -35,6 +35,8 @@ class FileProcess:
|
|
35 |
system("ls")
|
36 |
print("#"*30)
|
37 |
system("pwd")
|
|
|
|
|
38 |
mkdir(self.data_store_path)
|
39 |
for file in self.files:
|
40 |
with open(f"{self.data_store_path}{file.filename}", "wb") as destination:
|
|
|
35 |
system("ls")
|
36 |
print("#"*30)
|
37 |
system("pwd")
|
38 |
+
print("#"*30)
|
39 |
+
system(self.data_store_path)
|
40 |
mkdir(self.data_store_path)
|
41 |
for file in self.files:
|
42 |
with open(f"{self.data_store_path}{file.filename}", "wb") as destination:
|