From b201c80f52f7dee03779c78a31a90a40c8c2a68c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 12 Sep 2021 22:18:00 -0400 Subject: [PATCH] fix: use updated python shebang --- tests/shellcheck-to-junit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shellcheck-to-junit b/tests/shellcheck-to-junit index bbbf6b5..f2ebf79 100755 --- a/tests/shellcheck-to-junit +++ b/tests/shellcheck-to-junit @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- from __future__ import print_function import argparse