From cee1d55939e78e8ee1f4e466ca6108eb7f9e5b40 Mon Sep 17 00:00:00 2001 From: deadsmond <01.lewicki@gmail.com> Date: Tue, 3 Dec 2019 13:49:02 +0100 Subject: [PATCH] 'hm' --- TaskB04/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TaskB04/run b/TaskB04/run index c9537b2..6c4ba02 100644 --- a/TaskB04/run +++ b/TaskB04/run @@ -55,7 +55,7 @@ shutil.copy( sys.argv[1].replace('.arg', '.txt') ) -f = open(new_file, 'r') +f = open(sys.argv[1].replace('.arg', '.txt'), 'r') for line in f: print(str(line))