From d4494f1da4f4f7fcd4a9550f2e09b633c4191260 Mon Sep 17 00:00:00 2001 From: leonoverweel Date: Sat, 1 Apr 2017 18:31:22 +0200 Subject: Remove stdout flush from path_parser --- opendc/util/path_parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opendc/util/path_parser.py b/opendc/util/path_parser.py index 1bd19ee7..0c2fb493 100644 --- a/opendc/util/path_parser.py +++ b/opendc/util/path_parser.py @@ -20,7 +20,6 @@ def parse(version, endpoint_path): break if found: - sys.stdout.flush() return '{}/{}'.format(version, '/'.join(path_parts)) return None -- cgit v1.2.3