diff --git a/src/unitgrade_private/run.py b/src/unitgrade_private/run.py index b7ebb20de440f90606c222755bf1b4dae8ead9cf..6e77a4c26f27a8014f026839ecd4c4f6ba1eca1c 100644 --- a/src/unitgrade_private/run.py +++ b/src/unitgrade_private/run.py @@ -3,10 +3,9 @@ import select import subprocess import sys import subprocess - # logger = logging.getLogger() -def run(cmd : str | list, print_output=True, log_output=False, check=True, *args, **kwargs) -> subprocess.Popen: +def run(cmd : "str | list", print_output=True, log_output=False, check=True, *args, **kwargs) -> subprocess.Popen: """Run a command, with superpowers * cmd: The command to run. If a string, it will be passed to a shell. diff --git a/src/unitgrade_private/version.py b/src/unitgrade_private/version.py index 9e5b6599e50b4437b536d7af29dba95df602a0f4..6d389d766ffd9af8e060cd8b7e0326c77dd9c1ac 100644 --- a/src/unitgrade_private/version.py +++ b/src/unitgrade_private/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.54" +__version__ = "0.1.55"