From c060eb596477ba7a2ffc3458d7c8d0c66d39afb0 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Tue, 13 Mar 2007 01:12:31 +0000 Subject: [PATCH] actualizo modelo que quedo desactualizado --- sercom/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): #{{{ -- 2.43.0