Skip to content

Commit

Permalink
Remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
k4z4n0v4 committed Jan 5, 2024
1 parent 5a1cf73 commit 39dc4e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vmupdate/agent/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ def get_package_manager(os_data, log, log_handler, log_level, no_progress):
elif os_data["os_family"] == "ArchLinux":
from source.pacman.pacman_cli import PACMANCLI as PackageManager
else:
print(os_data["os_family"])
raise NotImplementedError(
"Only Debian and RedHat based OS is supported.")
"Only Debian, RedHat and ArchLinux based OS is supported.")

requirements = {}
for plugin in plugins.entrypoints:
Expand Down

0 comments on commit 39dc4e3

Please sign in to comment.