Skip to content

Commit

Permalink
Merge pull request #426 from plesk/detect-new-centos2alma-version-lit…
Browse files Browse the repository at this point in the history
…tle-fix

Check if there is new version of the tool by default
  • Loading branch information
SandakovMM authored Feb 26, 2025
2 parents 6273209 + 1752eb1 commit 883e301
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 883e301

Please sign in to comment.