From cc5407242ba755a0e59febdd47c9ad3d9dd6727f Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 3 Oct 2023 15:24:12 -0700 Subject: [PATCH] Fix upload-logs script --- scripts/upload-logs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload-logs b/scripts/upload-logs index 1d07d8a0..7b2cbddf 100755 --- a/scripts/upload-logs +++ b/scripts/upload-logs @@ -89,7 +89,7 @@ def main() -> None: # Get reason note while True: - text = wk.ui.cli.input_text('> ') + text = wk.ui.cli.input_text('> ', allow_empty=True) if not text: lines.append('') break