From 2cdd02e8d8b012c9468c61a65aa8a47503cda815 Mon Sep 17 00:00:00 2001 From: Alex Parsons Date: Mon, 12 Feb 2024 13:11:40 +0000 Subject: [PATCH] fixup! Update morningupdate with new ins and outs --- scripts/morningupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/morningupdate b/scripts/morningupdate index 122aa31aee..9089d2dcd7 100755 --- a/scripts/morningupdate +++ b/scripts/morningupdate @@ -53,11 +53,11 @@ system "python3 ./future-fetch.py"; # Update division names from Parliament print "Updating division names\n" if $verbose; -system "./division_io.py update-from-commons-votes" . ($verbose ? " --verbose" : ""); +system "python3 ./division_io.py update-from-commons-votes" . ($verbose ? " --verbose" : ""); # Export divisions to parquet print "Exporting divisions to parquet\n" if $verbose; -system "./division_io.py export-division-data" . ($verbose ? " --verbose" : ""); +system "python3 ./division_io.py export-division-data" . ($verbose ? " --verbose" : ""); $cronquiet = substr($cronquiet, 2) if $cronquiet;