diff options
| author | leonoverweel <l.overweel@gmail.com> | 2017-04-01 18:31:22 +0200 |
|---|---|---|
| committer | leonoverweel <l.overweel@gmail.com> | 2017-04-01 18:31:22 +0200 |
| commit | d4494f1da4f4f7fcd4a9550f2e09b633c4191260 (patch) | |
| tree | bc5c194556452f58085a88d50b4f1646a87e161a /opendc | |
| parent | c5671ab2e5115ce9c022a97a088300dc408e2aa4 (diff) | |
Remove stdout flush from path_parser
Diffstat (limited to 'opendc')
| -rw-r--r-- | opendc/util/path_parser.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
