summaryrefslogtreecommitdiff
path: root/src/gui/windowRecherche.py
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-05-01 11:44:09 +0200
committerDebulois <quentin@debulois.fr>2022-05-01 11:44:09 +0200
commit1eaf21fd423e5dedf1ed4361b0e9b6cbbcfc9fa0 (patch)
tree6557511b23ec5a067db75483ad1e42d836010851 /src/gui/windowRecherche.py
parentafd6fb901b7e8f99cdb1bb0d2134cec2d6cebc3b (diff)
Ajout gestion des missions coté client & pro
Diffstat (limited to 'src/gui/windowRecherche.py')
-rw-r--r--src/gui/windowRecherche.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/windowRecherche.py b/src/gui/windowRecherche.py
index c86bcc9..dd71f08 100644
--- a/src/gui/windowRecherche.py
+++ b/src/gui/windowRecherche.py
@@ -23,11 +23,10 @@ def more_infos(mainWindow, proId):
"Ville",
]
text: list = []
- print(resRecherche)
for i in range(len(resRecherche)):
text.append(f"{label[i]}: {resRecherche[i]}")
- QMessageBox.information(
+ QMessageBox.information(
mainWindow,
"Informations du pro",
"\n".join(text)