diff --git a/pe/py/data.py b/pe/py/data.py index 5ad691c4..f13cf14b 100644 --- a/pe/py/data.py +++ b/pe/py/data.py @@ -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)