This commit is contained in:
Bo Maryniuk 2015-09-23 13:24:03 +02:00
parent a789303d75
commit 7912f8c13b

View file

@ -470,7 +470,7 @@ def info(*packages):
value = _pkg_time_to_iso(value)
if key != 'description' and value:
pkg_data[key] = value
pkg_data['decription'] = os.linesep.join(descr)
pkg_data['description'] = os.linesep.join(descr)
if pkg_name:
ret[pkg_name] = pkg_data