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:
parent
aa36c25505
commit
f0c9a1c3f4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user