From dfdf7a1955ef86051bbbd01773d6654997c68d02 Mon Sep 17 00:00:00 2001 From: ook37 Date: Thu, 9 Jan 2025 20:16:33 -0500 Subject: [PATCH] fix: remove fake error --- manager.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/manager.py b/manager.py index cf3426b..06d768e 100755 --- a/manager.py +++ b/manager.py @@ -220,8 +220,6 @@ def alter_package(name, distros, architectures, overflow=5): for arch in architectures: if arch not in available_architectures: print(f"Error: '{arch}' is not supported by package '{name}'\nSupported architectures: {', '.join(available_architectures)}") - if arch == 'any': - print("Note: 'any' packages must specify each arch to build") sys.exit(1) data[name] = {