Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba8d65c

Browse files
committed
Remove excessive newline
1 parent 9059aea commit ba8d65c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python_files/printEnvVariablesToFile.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import os
55
import sys
66

7-
87
# Prevent overwriting itself, since sys.argv[0] is the path to this file
98
if len(sys.argv) > 1:
109
# Last argument is the target file into which we'll write the env variables line by line.

0 commit comments

Comments
 (0)