str → repr

This commit is contained in:
Sybren A. Stüvel 2018-02-23 12:14:21 +01:00
parent 42413c4d99
commit 9c8766a28c

View File

@ -298,7 +298,7 @@ class BlendFileBlock:
self.count = blockheader[4]
self.file_offset = bfile.fileobj.tell()
def __str__(self):
def __repr__(self):
return "<%s.%s (%s), size=%d at %s>" % (
self.__class__.__name__,
self.dna_type_name,