From 37179cd072583776d63505d049e6ef8d87e0697d Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Mon, 15 Apr 2019 08:40:35 +0000 Subject: [PATCH] SW-610: use python3 interpreter --- QA/QA_Service/bin/qa_webservice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QA/QA_Service/bin/qa_webservice b/QA/QA_Service/bin/qa_webservice index 00ad021ab86..bda70603104 100755 --- a/QA/QA_Service/bin/qa_webservice +++ b/QA/QA_Service/bin/qa_webservice @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) 2012-2015 ASTRON (Netherlands Institute for Radio Astronomy) # P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -- GitLab