Fixes in pyproject
This commit is contained in:
parent
dfadd0b433
commit
5f6d176601
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ def shell_command(command):
|
|||
return_call=call(command, shell=True)
|
||||
|
||||
if return_call> 0:
|
||||
print('Error: cannot execute command '+command+' with return code '+str(return_call)+'\n\n"')
|
||||
print('Error: cannot execute command '+command+' with return code '+str(return_call)+'\n')
|
||||
return False
|
||||
else:
|
||||
return True
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
|
|||
name = "pastafariutils"
|
||||
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@salirdelhoyo.com"}]
|
||||
readme = "README.md"
|
||||
version = "0.76.2"
|
||||
version = "0.76.3"
|
||||
description = "Utils for make *nix scripts."
|
||||
# dynamic = ["version", "description"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue