From 536a220c04bac1756ed527ea5cf211dab74a2a0f Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Thu, 24 Aug 2023 00:00:01 +0200 Subject: [PATCH] commit message from python script --- test_skripte/read_logging.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test_skripte/read_logging.py b/test_skripte/read_logging.py index 9fe51c1..4bc00d5 100644 --- a/test_skripte/read_logging.py +++ b/test_skripte/read_logging.py @@ -2,4 +2,8 @@ with open("/var/log/pull_and_push.log", "r") as log: for line in log: - print(line) \ No newline at end of file + print(line) + + +with open("testfile", "w") as test: + print("ksskkdk", file=test) \ No newline at end of file