aboutsummaryrefslogtreecommitdiff
path: root/voerbak/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'voerbak/test.py')
-rw-r--r--voerbak/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/voerbak/test.py b/voerbak/test.py
index 6481817..430c24b 100644
--- a/voerbak/test.py
+++ b/voerbak/test.py
@@ -5,7 +5,7 @@ h = 6
column = 3
process = subprocess.Popen(
- ["./voerbak"], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None
+ ["./voerbak"], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None
)
process.stdin.write(bytearray(f"{w} {h}\n", "utf-8"))