Skip to content

Commit f984d78

Browse files
committed
xxx
1 parent 87de0f6 commit f984d78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ def main():
88
with open(env_file, "a") as myfile:
99
myfile.write("MY_VAR=MY_VALUE")
1010

11+
with open(env_file, "a") as myfile:
12+
myfile.write("\nMY_VAR=MY_VALUE2")
13+
1114

1215
if __name__ == "__main__":
1316
main()

0 commit comments

Comments
 (0)