Correzione firma di funzione non corretta.
This commit is contained in:
parent
3557393d38
commit
da9d9807fe
@ -127,7 +127,7 @@ class Build(object):
|
|||||||
# Build the requested version.
|
# Build the requested version.
|
||||||
self.__unpackbuild__()
|
self.__unpackbuild__()
|
||||||
|
|
||||||
def __unpackbuild__(self, languageset = 'full', offlinehelp = False):
|
def __unpackbuild__(self):
|
||||||
# We start by filtering out tarballs from the list
|
# We start by filtering out tarballs from the list
|
||||||
buildtarballs = [ self.__tarballs__[0] ]
|
buildtarballs = [ self.__tarballs__[0] ]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user