fix syntax

This commit is contained in:
Gamso
2020-11-24 20:05:44 +01:00
parent ef12e34f85
commit e99cb752eb

View File

@@ -200,7 +200,7 @@ class QtArchives:
if name_last_section in self.arch_list and self.arch != name_last_section: if name_last_section in self.arch_list and self.arch != name_last_section:
continue continue
# Check doc/examples # Check doc/examples
if self.arch in ['doc','examples']: if self.arch in ['doc', 'examples']:
if self.arch not in name: if self.arch not in name:
continue continue
if self.all_extra or name in target_packages: if self.all_extra or name in target_packages: