Skip to content

Commit 6f2738f

Browse files
author
MomIsBestFriend
committed
Viewing the running version of python in github actions
Just for debugging purposes
1 parent 47b326b commit 6f2738f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/validate_string_concatenation.py

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ def is_concatenated(file_path):
6565

6666

6767
if __name__ == "__main__":
68+
# for debugging purpose
69+
print(sys.version)
70+
6871
path = sys.argv[1]
6972

7073
if not os.path.exists(path):

0 commit comments

Comments
 (0)