Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Oct 25, 2024
1 parent 588145d commit c5c0955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/Exit.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def clean_exit(self, exit_code = 0, send_mail: bool = True, logfile: str = None)
subject = '✔ Packages update completed'

if exit_code == 1:
subject = '[ ERROR ] Packages update failed'
subject = ' Packages update failed'

try:
my_mail.send(subject, 'See report below or attached file.', logfile)
Expand Down

0 comments on commit c5c0955

Please sign in to comment.