make silent_system
show error by default
This commit is contained in:
parent
cb1ade47c4
commit
8c5423e257
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ tmp_dir = "/tmp/com.developomp.setup"
|
|||
#
|
||||
|
||||
|
||||
def silent_system(command: str, suppress_error: bool = True) -> None:
|
||||
def silent_system(command: str, suppress_error: bool = False) -> None:
|
||||
if suppress_error:
|
||||
system(f"{command} &> /dev/null")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue