Fix path to index.html when launching browser
This commit is contained in:
parent
95761ea920
commit
5ba0e7477e
1 changed files with 1 additions and 1 deletions
|
@ -99,5 +99,5 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
if "view" in sys.argv:
|
if "view" in sys.argv:
|
||||||
import webbrowser
|
import webbrowser
|
||||||
if not webbrowser.open('index.html'):
|
if not webbrowser.open('htmlout/index.html'):
|
||||||
print >> sys.stderr, "Could not open on your webbrowser."
|
print >> sys.stderr, "Could not open on your webbrowser."
|
||||||
|
|
Loading…
Reference in a new issue