mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
ruff wtf
This commit is contained in:
@@ -458,9 +458,9 @@ class App(BaseApp):
|
||||
|
||||
try:
|
||||
input_command: InputCommand = InputCommand.parse(raw_command=raw_command)
|
||||
except InputCommandException as error:
|
||||
except InputCommandException as error: # noqa F841
|
||||
stderr_result = self._capture_stdout(
|
||||
lambda: self._error_handler(error, raw_command)
|
||||
lambda: self._error_handler(error, raw_command) # noqa F821
|
||||
)
|
||||
self._print_framed_text(stderr_result)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user