From e6067887dd33fd47d03c2f979661bce15f1417f2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 3 Mar 2018 16:25:34 +0300 Subject: fix Pylint warnings --- bin/online_sessions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/online_sessions.py') diff --git a/bin/online_sessions.py b/bin/online_sessions.py index c291fc5..670a8c3 100644 --- a/bin/online_sessions.py +++ b/bin/online_sessions.py @@ -258,8 +258,7 @@ class OutputFormat(Enum): def open_file(self, path=None): if self is OutputFormat.PLOT: return io.open_output_binary_file(path) - else: - return io.open_output_text_file(path) + return io.open_output_text_file(path) def _parse_group_by(s): try: -- cgit v1.2.3