Kaydet (Commit) 9f533959 authored tarafından Your Name's avatar Your Name

list-sources fix

üst 3f41091c
...@@ -51,7 +51,7 @@ Gives a brief list of sources published in the repositories. ...@@ -51,7 +51,7 @@ Gives a brief list of sources published in the repositories.
sources = self.sourcedb.list_sources() sources = self.sourcedb.list_sources()
if sources: if sources:
maxlen = max([len(_p) for _p in l]) maxlen = max([len(_p) for _p in sources])
installed_list = inary.db.sourcedb.SourceDB().list_sources() installed_list = inary.db.sourcedb.SourceDB().list_sources()
sources.sort() sources.sort()
......
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