mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
remove prints
This commit is contained in:
parent
38c2c9c1dc
commit
3097872fd9
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ def run_with_pty(command):
|
||||||
|
|
||||||
def run_command(command):
|
def run_command(command):
|
||||||
try:
|
try:
|
||||||
print("Running command:", command)
|
|
||||||
result = subprocess.run(command, capture_output=True, text=True, check=True)
|
result = subprocess.run(command, capture_output=True, text=True, check=True)
|
||||||
print("Script Output\n", result.stdout)
|
print("Script Output\n", result.stdout)
|
||||||
return result.returncode
|
return result.returncode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue