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