Commit 5ba0e747 by Maykel Moya

Fix path to index.html when launching browser

parent 95761ea9
......@@ -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."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment