From 1be81105759185e339e8647944181a2396322164 Mon Sep 17 00:00:00 2001
From: Brent Huisman <brenthuisman@users.noreply.github.com>
Date: Wed, 5 Aug 2020 19:47:34 +0200
Subject: [PATCH] Py3fixes (#1103)

The tiniest of fixes: mechanisms/generate_catalogue had a bang line incompatible with newer Linux platforms without python.
---
 mechanisms/generate_catalogue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mechanisms/generate_catalogue b/mechanisms/generate_catalogue
index fe821756..072b1d1c 100755
--- a/mechanisms/generate_catalogue
+++ b/mechanisms/generate_catalogue
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Note: compatible with Python2.7 and Python3.
 
-- 
GitLab