mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix path to index.html when launching browser
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user