From 0def3848d0ad9f223e1d45ed0ca2d81dde663975 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 13:56:53 +0100 Subject: [PATCH] check write end --- proj/y2t/y2t.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py index 9fc638d..d731139 100644 --- a/proj/y2t/y2t.py +++ b/proj/y2t/y2t.py @@ -69,5 +69,6 @@ for i in range(blocks): print('This is part '+ str(i+1) +'/'+ str(blocks) + " of the transcript of a video named: "+ title) print(sList[i]) - +with open ("output/hello_end.txt", 'w') as file: + file.write("hello file check end") exit(0) \ No newline at end of file