diff options
| author | jvoisin | 2011-06-29 16:45:18 +0200 |
|---|---|---|
| committer | jvoisin | 2011-06-29 16:45:18 +0200 |
| commit | 9250934c2ecee40f03588e10deeb648f17614d79 (patch) | |
| tree | 5ecd7863c2ac64ebfbb243a4a33d29b010e3a726 /cli.py | |
| parent | ab11ba02984fe38b495dc6638c43b85d3dbbf404 (diff) | |
Small modification for the archive display_all() function
Diffstat (limited to 'cli.py')
| -rwxr-xr-x | cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -41,7 +41,7 @@ def list_meta(class_file, filename): | |||
| 41 | ''' | 41 | ''' |
| 42 | print('[+] File %s :' % filename) | 42 | print('[+] File %s :' % filename) |
| 43 | for key, value in class_file.get_meta().iteritems(): | 43 | for key, value in class_file.get_meta().iteritems(): |
| 44 | print(key + ' : ' + value) | 44 | print(key + ' : ' + str(value)) |
| 45 | 45 | ||
| 46 | def is_clean(class_file, filename): | 46 | def is_clean(class_file, filename): |
| 47 | ''' | 47 | ''' |
