From 563ce8f37b4ccf8ee0f996e54ef45eb1cadb5689 Mon Sep 17 00:00:00 2001 From: Azlux Date: Sat, 18 Apr 2020 14:55:12 +0200 Subject: [PATCH] fix indent --- util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.py b/util.py index 654f8eb..1116944 100644 --- a/util.py +++ b/util.py @@ -185,7 +185,7 @@ def pipe_no_wait(): except: print(sys.exc_info()[1]) return None, None - return pipe_rd, pipe_wd + return pipe_rd, pipe_wd elif platform == "win32": # https://stackoverflow.com/questions/34504970/non-blocking-read-on-os-pipe-on-windows