help: removespacesinpdffilename =P

This commit is contained in:
DeepSOIC 2018-01-19 01:29:31 +03:00
parent c35c2ed389
commit 19043f1bc1
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class CommandBasicTutorial:
try:
import os
import lattice2Dummy
tutorial_pdf = os.path.dirname(lattice2Dummy.__file__) + "/ExampleProjects/Lattice2 workbench basic tutorial.pdf".replace("/", os.path.sep)
tutorial_pdf = os.path.dirname(lattice2Dummy.__file__) + "/ExampleProjects/Lattice2WorkbenchBasicTutorial.pdf".replace("/", os.path.sep)
import webbrowser
webbrowser.open(tutorial_pdf)