dgpe base: Adjusted to hsfs section removal part 1.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40145
This commit is contained in:
hsoft 2009-09-27 09:31:57 +00:00
parent d9344a6d63
commit a7f70495fd
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ COLUMNS = [
{'attr':'dupe_count','display':'Dupe Count'},
]
METADATA_TO_READ = ['size', 'ctime', 'mtime', 'dimensions']
def GetDisplayInfo(dupe,group,delta=False):
if (dupe is None) or (group is None):
return ['---'] * len(COLUMNS)