Kaydet (Commit) 77fb615c authored tarafından Eray Özkural's avatar Eray Özkural

* fix: sort files in info output

üst d7d2cc2b
......@@ -721,6 +721,7 @@ Usage: info <package1> <package2> ... <packagen>
if self.options.files or self.options.files_path:
if files:
print _('\nFiles:')
files.list.sort(key = lambda x:x.path)
for fileinfo in files.list:
if self.options.files:
print fileinfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment