We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87de0f6 commit f984d78Copy full SHA for f984d78
main.py
@@ -8,6 +8,9 @@ def main():
8
with open(env_file, "a") as myfile:
9
myfile.write("MY_VAR=MY_VALUE")
10
11
+ with open(env_file, "a") as myfile:
12
+ myfile.write("\nMY_VAR=MY_VALUE2")
13
+
14
15
if __name__ == "__main__":
16
main()
0 commit comments