mirror of https://gitlab.com/pamhyr/pamhyr2
MainWindow: Fix pep8.
parent
3be2973032
commit
ad59afc4f5
|
|
@ -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}")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue