From 51846479f2e549254a6621240ed514d4ff88b54f Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 4 Dec 2023 18:04:29 -0500 Subject: [PATCH] fix(scripts): Use python3 for logging_statement_modifier --- scripts/logging_statement_modifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/logging_statement_modifier.py b/scripts/logging_statement_modifier.py index 57a194f0..0f3c4920 100755 --- a/scripts/logging_statement_modifier.py +++ b/scripts/logging_statement_modifier.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """\ Logging Statement Modifier - replace logging calls with pass (or vice versa)