Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienPeillet committed Nov 17, 2023
1 parent 2eecfef commit eb4bc08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sammo.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@ def openHelp(self):
QDesktopServices.openUrl(
QUrl.fromLocalFile(
(
Path(__file__).parent /
"doc" /
"build" /
"html" /
"index.html"
Path(__file__).parent
/ "doc"
/ "build"
/ "html"
/ "index.html"
).as_posix()
)
)
Expand Down

0 comments on commit eb4bc08

Please sign in to comment.