Skip to content

Commit

Permalink
fixed #6123
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@321 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
volayaf committed Jul 31, 2012
1 parent 148cbfb commit cfdbc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sextante/parameters/ParameterTableField.py
Expand Up @@ -31,4 +31,4 @@ def deserialize(self, s):
return ParameterTableField(tokens[0], tokens[1], tokens[2])

def __str__(self):
return self.name + " <" + self.__module__.split(".")[-1] +" from " + self.value + ">"
return self.name + " <" + self.__module__.split(".")[-1] +" from " + self.parent + ">"

0 comments on commit cfdbc2f

Please sign in to comment.