From da9d9807feea2793f59d8b241437558dfd08853b Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Mon, 21 Mar 2022 00:23:46 +0100 Subject: [PATCH] Correzione firma di funzione non corretta. --- loaih/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loaih/__init__.py b/loaih/__init__.py index ee0e7c5..6d0c812 100644 --- a/loaih/__init__.py +++ b/loaih/__init__.py @@ -127,7 +127,7 @@ class Build(object): # Build the requested version. self.__unpackbuild__() - def __unpackbuild__(self, languageset = 'full', offlinehelp = False): + def __unpackbuild__(self): # We start by filtering out tarballs from the list buildtarballs = [ self.__tarballs__[0] ]