flip logic statement

This commit is contained in:
Daniel Roth 2026-04-14 10:40:33 +00:00
parent edb643eb65
commit 437810bb4f

View file

@ -142,7 +142,10 @@ def run_job() -> None:
) )
try: 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( upload_file_to_sharepoint(
client=sharepoint_client, client=sharepoint_client,
file_path=file_path, file_path=file_path,