Skip to content

Commit

Permalink
Remove excessive newline
Browse files Browse the repository at this point in the history
  • Loading branch information
joar authored and karthiknadig committed Nov 26, 2024
1 parent 679aa8f commit d582451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_files/printEnvVariablesToFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
import sys


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

0 comments on commit d582451

Please sign in to comment.