Skip to content

Commit

Permalink
Check if there is new version of the tool by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed Feb 26, 2025
1 parent 6273209 commit 1752eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions centos2almaconverter/upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def __init__(self):
self.amavis_upgrade_allowed = False
self.allow_raid_devices = False
self.remove_leapp_logs = False
self.allow_old_script_version = False

def __repr__(self) -> str:
return f"{self.__class__.__name__}(From {self._distro_from}, To {self._distro_to})"
Expand Down

0 comments on commit 1752eb1

Please sign in to comment.