Fix path to index.html when launching browser

This commit is contained in:
Maykel Moya 2014-02-17 12:00:41 +01:00
parent 95761ea920
commit 5ba0e7477e

View file

@ -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."