mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
delete comments
This commit is contained in:
parent
fc1aa8cfe0
commit
4770d3a3c5
1 changed files with 0 additions and 2 deletions
|
|
@ -87,10 +87,8 @@ def handler(event: Mapping[str, Any], context: Any) -> None:
|
|||
# Upload files to sharepoint
|
||||
job_path = f"{BASE_PATH}/{job['address']}"
|
||||
|
||||
# Create main job folder
|
||||
sharepoint_client.makedir(job["address"], BASE_PATH)
|
||||
|
||||
# Create subfolders
|
||||
for folder in SharepointSubfolders:
|
||||
sharepoint_client.makedir(folder.value, job_path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue