From 7e1d3c8cfb835c3e501fbac2be62c8a1bf62a3b1 Mon Sep 17 00:00:00 2001 From: deadsmond <01.lewicki@gmail.com> Date: Tue, 3 Dec 2019 14:18:19 +0100 Subject: [PATCH] 'hm' --- TaskB04/run | 1 - 1 file changed, 1 deletion(-) diff --git a/TaskB04/run b/TaskB04/run index 250584f..b33d122 100644 --- a/TaskB04/run +++ b/TaskB04/run @@ -56,7 +56,6 @@ shutil.copy( ) with open(sys.argv[1].replace('.arg', ''), 'r') as f: - print(f.decode('utf-16', 'ignore')) for line in f: # print(line.decode('utf-16', 'ignore')) print(line)