Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltachaos authored Jul 21, 2024
1 parent a7a3a04 commit 049308c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@ def main():
if not job_succeeded:
logging.error("Exiting due to job failure.")
exit(1)

# Add items to the queue
queue.extend(result_configmap_data.values())

if result_configmap_data:
# Add items to the queue
queue.extend(result_configmap_data.values())

logging.info("Job sequence script completed.")

Expand Down

0 comments on commit 049308c

Please sign in to comment.