Skip to content

Commit

Permalink
fix: remove fake error
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Jan 10, 2025
1 parent 9f734ee commit dfdf7a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit dfdf7a1

Please sign in to comment.