Skip to content

Commit

Permalink
fix(scripts): Use python3 for logging_statement_modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessan committed Dec 4, 2023
1 parent 952deb1 commit 5184647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/logging_statement_modifier.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

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

0 comments on commit 5184647

Please sign in to comment.