Skip to content

Commit

Permalink
Remove else statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-watson committed Oct 16, 2024
1 parent 40c4a22 commit 50018cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions convert2rhel/actions/system_checks/package_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ def run(self):
diagnosis=package_not_up_to_date_error_message,
remediations="Run yum update to update all the packages on the system.",
)
return

else:
logger.info("System is up-to-date.")
logger.info("System is up-to-date.")

0 comments on commit 50018cd

Please sign in to comment.