Skip to content

Commit

Permalink
need create_candidate_summary command when using skymap_scan
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed May 6, 2023
1 parent 87ef45a commit db1ba44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slackbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def __init__(
self.post(scan_message)

if len(self.scanner.cache) > 0:
self.scanner.create_candidate_summary()
pdf_overview_path = self.scanner.summary_path + ".pdf"
self.post_file(pdf_overview_path, f"{self.name}_candidates.pdf")

Expand Down

0 comments on commit db1ba44

Please sign in to comment.