Fix path to index.html when launching browser

pull/6038/head
Maykel Moya 11 years ago
parent 95761ea920
commit 5ba0e7477e

@ -99,5 +99,5 @@ if __name__ == '__main__':
if "view" in sys.argv:
import webbrowser
if not webbrowser.open('index.html'):
if not webbrowser.open('htmlout/index.html'):
print >> sys.stderr, "Could not open on your webbrowser."

Loading…
Cancel
Save