Commit ad59afc4 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

MainWindow: Fix pep8.

Showing with 3 additions and 1 deletion
+3 -1
...@@ -954,7 +954,9 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit): ...@@ -954,7 +954,9 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
doc.show() doc.show()
def open_doc_user(self): 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"): def open_doc_dev(self, ext="pdf"):
self.open_doc(f"Pamhyr2-dev.{ext}") self.open_doc(f"Pamhyr2-dev.{ext}")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment