From e44a70442fe731c442f97d6fda182e9f4a6e3f8c Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Mon, 21 Mar 2022 01:14:28 +0100 Subject: [PATCH] Correzione flag offline_help. --- loaih/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loaih/__init__.py b/loaih/__init__.py index 4052994..8eccb8f 100644 --- a/loaih/__init__.py +++ b/loaih/__init__.py @@ -148,11 +148,11 @@ class Build(object): if self.language == 'standard': for lang in Build.LANGSTD: buildtarballs.extend([ x for x in self.tarballs[arch] if ('langpack' + lang) in x ]) - if self.offlinehelp: + if self.offline_help: buildtarballs.extend([ x for x in self.tarballs[arch] if ('helppack' + lang) in x ]) else: # In any other cases, we build with all languages - if not self.offlinehelp: + if not self.offline_help: buildtarballs.extend([ x for x in self.tarballs[arch] if 'langpack' in x ]) else: # We need also all help. Let's replace buildtarball with the