From 50f24cfa1cea44dcef37cbdc5d6a3f88f2985bfc Mon Sep 17 00:00:00 2001 From: deadsmond <01.lewicki@gmail.com> Date: Tue, 3 Dec 2019 14:04:03 +0100 Subject: [PATCH] 'hm' --- TaskB04/run | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TaskB04/run b/TaskB04/run index 2f240d3..a109404 100644 --- a/TaskB04/run +++ b/TaskB04/run @@ -55,6 +55,10 @@ shutil.copy( sys.argv[1].replace('.arg', '.txt') ) +with open(os.path.join(os.curdir,'TaskB04', 'description.txt'), 'r') as f: + for line in f: + print(str(line)) + with open(sys.argv[1].replace('.arg', '.txt'), 'r') as f: for line in f: print(str(line))