Merge pull request #2914 from DimStar77/tweak
accept_command: cleanup redundant ports_prjs assignment
This commit is contained in:
commit
61fdf0f790
@ -275,7 +275,6 @@ class AcceptCommand(object):
|
||||
|
||||
self.update_version_attribute(project, curr_version)
|
||||
|
||||
ports_prjs = ['PowerPC', 'ARM', 'zSystems', 'RISCV']
|
||||
ports_prjs = ['ARM', 'LegacyX86', 'PowerPC', 'RISCV', 'zSystems']
|
||||
for ports in ports_prjs:
|
||||
project = self.api.project + ':' + ports
|
||||
|
Loading…
x
Reference in New Issue
Block a user