mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
flip logic statement
This commit is contained in:
parent
edb643eb65
commit
437810bb4f
1 changed files with 4 additions and 1 deletions
|
|
@ -142,7 +142,10 @@ def run_job() -> None:
|
|||
)
|
||||
|
||||
try:
|
||||
if report_type != FileDownloadButtonType.RAW_XML.value:
|
||||
if report_type == FileDownloadButtonType.RAW_XML.value:
|
||||
# TODO: extract data from XML and write to file
|
||||
pass
|
||||
else:
|
||||
upload_file_to_sharepoint(
|
||||
client=sharepoint_client,
|
||||
file_path=file_path,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue