On Wed, May 22, 2024 at 9:53 AM Patrick Robb wrote:
>
> Reviewed-by: Patrick Robb
>
> I don't have any comments beyond Luca's suggestions, but saw the typo below.
>
> On Tue, May 14, 2024 at 4:15 PM wrote:
> > +def __exit__(self, type: BaseException, value: BaseException,
> > traceback: Tra
On Mon, May 20, 2024 at 1:31 PM Luca Vizzarro wrote:
>
> On 14/05/2024 21:14, jspew...@iol.unh.edu wrote:
> > +class CriticalInteractiveShell(InteractiveShell):
>
> > +_get_priviledged_command: Callable[[str], str] | None
> typo: privileged
Ack.
> > +
> > +def __init__(
> > +sel
Reviewed-by: Patrick Robb
I don't have any comments beyond Luca's suggestions, but saw the typo below.
On Tue, May 14, 2024 at 4:15 PM wrote:
> +def __exit__(self, type: BaseException, value: BaseException, traceback:
> TracebackType) -> None:
> +"""Exit the context block.
> +
> +
On 14/05/2024 21:14, jspew...@iol.unh.edu wrote:
+class CriticalInteractiveShell(InteractiveShell):
+_get_priviledged_command: Callable[[str], str] | None
typo: privileged
+
+def __init__(
+self,
+interactive_session: SSHClient,
+logger: DTSLogger,
+ge
4 matches
Mail list logo