From 2d95f4177a942734c34534320849786f76df32be Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Tue, 12 Jun 2018 04:25:00 -0500 Subject: [PATCH] Remove extraneous python invocation --- prepare-vms/lib/commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-vms/lib/commands.sh b/prepare-vms/lib/commands.sh index 0c538deb..d88e7a38 100644 --- a/prepare-vms/lib/commands.sh +++ b/prepare-vms/lib/commands.sh @@ -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