Fix upload-logs script
This commit is contained in:
parent
997d039569
commit
cc5407242b
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ def main() -> None:
|
||||||
|
|
||||||
# Get reason note
|
# Get reason note
|
||||||
while True:
|
while True:
|
||||||
text = wk.ui.cli.input_text('> ')
|
text = wk.ui.cli.input_text('> ', allow_empty=True)
|
||||||
if not text:
|
if not text:
|
||||||
lines.append('')
|
lines.append('')
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue