continua la costruzione per la chiamata dei thread

This commit is contained in:
2020-03-25 12:06:55 +01:00
parent f65fa21400
commit 61aac1e364
2 changed files with 285 additions and 0 deletions

View File

@@ -437,6 +437,13 @@ class bananaSelezOut(PyQt5.QtWidgets.QWidget):
#unisco i pezzi
splconf['docStruct']['outNameFormat'] = splconf['docStruct']['outNameSep'].join(nametemp)+splconf['docStruct']['outExt']
# costruisco i thread
tDict={}
for f in splconf['paths']['fileList']:
splconf['name']=f
tDict[f] = bananaSPLITTER(fileParams=copy.deepcopy(splconf), logger=self.log)
pass