Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 9e43c62e rédigé par Benjamin HERVY's avatar Benjamin HERVY
Parcourir les fichiers

Fix cancel action: use thread quit() method instead of exit()

parent 98b7a6cc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -208,7 +208,7 @@ class SimpleETL:
print("Input/Output layer is not valid")
def on_pb_cancel(self):
self.thread.exit()
self.thread.quit()
logger.info('ETL process cancelled')
def on_pb_save(self):
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter