We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d7ff4 commit e050b57Copy full SHA for e050b57
1 file changed
packtools/sps/pid_provider/xml_sps_lib.py
@@ -566,7 +566,6 @@ def sps_pkg_name(self):
566
self.number and self.number.zfill(2),
567
self.sps_pkg_name_suppl,
568
self.sps_pkg_name_suffix or self.alternative_sps_pkg_name_suffix,
569
- self.additional_sps_pkg_name_suffix,
570
]
571
return "-".join([part for part in parts if part])
572
0 commit comments