Skip to content

Commit 5184647

Browse files
committed
fix(scripts): Use python3 for logging_statement_modifier
1 parent 952deb1 commit 5184647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/logging_statement_modifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
"""\
44
Logging Statement Modifier - replace logging calls with pass (or vice versa)

0 commit comments

Comments
 (0)