clan-app: working file dialogue

This commit is contained in:
Qubasa
2025-01-06 14:38:37 +01:00
parent 0123fcd3a5
commit 06879c1d34
11 changed files with 163 additions and 559 deletions

View File

@@ -393,10 +393,9 @@ def run(
)
if options.check and process.returncode != 0:
err = ClanCmdError(cmd_out)
err.msg = str(stderr_buf)
err.description = "Command has been cancelled"
raise err
if is_async_cancelled():
cmd_out.msg = "Command cancelled"
raise ClanCmdError(cmd_out)
return cmd_out