X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/e77c515d6b8583537b38e6ebac37beb7692023e2..6cca1806c88f675940161b6b452301532badc78c:/sercom/model.py diff --git a/sercom/model.py b/sercom/model.py index cdbc0a6..2a7f472 100644 --- a/sercom/model.py +++ b/sercom/model.py @@ -830,7 +830,7 @@ class ComandoFuenteEjecutado(ComandoEjecutado): #{{{ self.entrega.shortrepr())) def shortrepr(self): - return '%s-%s' % (self.tarea.shortrepr(), self.entrega.shortrepr()) + return '%s-%s' % (self.comando.shortrepr(), self.entrega.shortrepr()) #}}} class ComandoPruebaEjecutado(ComandoEjecutado): #{{{