mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 13:14:37 +03:00
fix syntax
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user