commit message from python script
This commit is contained in:
@@ -2,4 +2,8 @@
|
||||
|
||||
with open("/var/log/pull_and_push.log", "r") as log:
|
||||
for line in log:
|
||||
print(line)
|
||||
print(line)
|
||||
|
||||
|
||||
with open("testfile", "w") as test:
|
||||
print("ksskkdk", file=test)
|
||||
Reference in New Issue
Block a user