diff --git a/src/View/MainWindow.py b/src/View/MainWindow.py index 126fab83490c83f89a8118b9d30afaa5d7b94665..f7010d0d0e8431c909f6f91afc8de19bb6f9dabf 100644 --- a/src/View/MainWindow.py +++ b/src/View/MainWindow.py @@ -954,7 +954,9 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit): doc.show() def open_doc_user(self): - self.open_doc(f"https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/wikis/home") + self.open_doc( + "https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/wikis/home" + ) def open_doc_dev(self, ext="pdf"): self.open_doc(f"Pamhyr2-dev.{ext}")