Skip to content

Commit

Permalink
fix: html.sh call to image.py is missing the --file flag
Browse files Browse the repository at this point in the history
The 7color html example calls `image.py` without the required `--file` flag.
  • Loading branch information
NTmatter authored Dec 26, 2024
1 parent a7d3802 commit dbd6a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/7color/html/html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CWD=`pwd`
filename=$1

firefox --headless --screenshot --window-size=600,448 file://$CWD/$filename
../image.py screenshot.png
../image.py --file screenshot.png

0 comments on commit dbd6a1c

Please sign in to comment.