1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

fix copy&paste issue in clear_from_conflictlist(): write the conflict list, not the delete list

This commit is contained in:
Dr. Peter Poeml 2006-05-23 13:59:29 +00:00
parent aa36c25505
commit f0c9a1c3f4

View File

@ -161,7 +161,7 @@ class Package:
self.in_conflict.remove(n)
self.write_deletelist()
self.write_conflictlist()
def write_deletelist(self):
if len(self.to_be_deleted) == 0: