Remove extraneous python invocation

This commit is contained in:
Jerome Petazzoni
2018-06-12 04:25:00 -05:00
parent e9d1db56fa
commit 2d95f4177a

View File

@@ -48,7 +48,7 @@ _cmd_cards() {
rm -f ips.html ips.pdf
# This will generate two files in the base dir: ips.pdf and ips.html
python lib/ips-txt-to-html.py $SETTINGS
lib/ips-txt-to-html.py $SETTINGS
for f in ips.html ips.pdf; do
# Remove old versions of cards if they exist