1
0
Fork 0

Correzione firma di funzione non corretta.

This commit is contained in:
Emiliano Vavassori 2022-03-21 00:23:46 +01:00
parent 3557393d38
commit da9d9807fe
1 changed files with 1 additions and 1 deletions

View File

@ -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] ]