Skip to content

Commit

Permalink
print warning that this won't work in most places
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Jun 17, 2021
1 parent 04b0dc9 commit d4fbf96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def generateScreenShot(name):
image])
break

print("Generation assumes development version chromium-mathml is available.")
print("Use the commited examples in git.\n")

# Generate screenshot for the specified file example, or for all of them.
if len(sys.argv) >= 2:
Expand Down

0 comments on commit d4fbf96

Please sign in to comment.