Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9059aea commit ba8d65cCopy full SHA for ba8d65c
python_files/printEnvVariablesToFile.py
@@ -4,7 +4,6 @@
4
import os
5
import sys
6
7
-
8
# Prevent overwriting itself, since sys.argv[0] is the path to this file
9
if len(sys.argv) > 1:
10
# Last argument is the target file into which we'll write the env variables line by line.
0 commit comments