Skip to content

shell_utils

drunc.utils.shell_utils

Classes

InterruptedCommand(*args, **kwargs)

Bases: DruncShellException

This exception gets thrown if we don't want to have a full stack, but still want to interrupt a shell command

Source code in drunc/exceptions.py
def __init__(self, *args, **kwargs):
    super().__init__(*args, **kwargs)