We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43416a8 commit 1e2c59bCopy full SHA for 1e2c59b
1 file changed
ner_environment/build_system/build_system.py
@@ -359,7 +359,6 @@ def usbip(connect: bool = typer.Option(False, "--connect", help="Connect to a US
359
# ==============================================================================
360
361
def run_command(command, stream_output=False, exit_on_fail=False) -> int:
362
- # print("guess who isn't fucked rn") # REMOVEME
363
"""Run a shell command. Optionally stream the output in real-time. Returns the returncode of the command called"""
364
if stream_output:
365
0 commit comments