Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
381848a4
Commit
381848a4
authored
Jul 24, 2018
by
eric pellegrini
Browse files
Fix bug when opening theoretical help on MacOS
parent
36d44994
Changes
1
Show whitespace changes
Inline
Side-by-side
MDANSE/GUI/MainFrame.py
View file @
381848a4
...
...
@@ -284,7 +284,7 @@ Authors:
def
on_theory_help
(
self
,
event
):
webbrowser
.
open
(
os
.
path
.
join
(
PLATFORM
.
doc_path
(),
'theory_help.pdf'
))
webbrowser
.
open
(
"file://%s"
%
os
.
path
.
join
(
PLATFORM
.
doc_path
(),
'theory_help.pdf'
))
def
on_open_classes_registry
(
self
,
event
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment