mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
@@ -34,3 +34,4 @@ def run(*cmd):
|
||||
if result.returncode != 0:
|
||||
print(result.stderr)
|
||||
assert result.returncode == 0, ' '.join(cmd)
|
||||
return str(result.stdout, encoding='utf-8')
|
||||
|
||||
Reference in New Issue
Block a user