Fixes in pyproject

This commit is contained in:
Antonio de la Rosa 2025-10-30 20:37:11 +01:00
parent dfadd0b433
commit 5f6d176601
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"]