feature: muevo opciones para check y print a metodos para ejecutar git

This commit is contained in:
jt
2025-11-22 11:23:24 -03:00
parent 37a7c101af
commit 7346cfd1a8
3 changed files with 27 additions and 29 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ def tag_command():
message = output[pos+1:]
merged_branch = None
output = Git("describe", commit, tags=True, exact_match=True).without_checking().firstline()
output = Git("describe", commit, tags=True, exact_match=True).firstline(check=False)
if output:
print_error("El ultimo merge ya tiene tag: " + output)