mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 09:22:47 +00:00
repodiff: fixed
This commit is contained in:
parent
8b8b4a145a
commit
f2d8934353
1 changed files with 1 additions and 1 deletions
|
@ -1213,7 +1213,7 @@ def GetRepoInfo(dict_packages, packagename, lenold, lennew, list_dict_old,
|
|||
else:
|
||||
tmpstr = list_dict_new[i][packagename][0][0]
|
||||
if not ifreleaseignore:
|
||||
tmpstr = tmpstr + '-' + list_dict_new[i][0][1]
|
||||
tmpstr = tmpstr + '-' + list_dict_new[i][packagename][0][1]
|
||||
result1.append(tmpstr)
|
||||
result2.append("")
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue