mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-04 02:26:16 +01:00
- beautify
This commit is contained in:
parent
9c0076d726
commit
7d8aeae6d8
@ -1793,7 +1793,7 @@ rev: %s
|
||||
self.write_deletelist()
|
||||
elif state == 'C':
|
||||
self.clear_from_conflictlist(filename)
|
||||
elif state == 'A' or state == 'R':
|
||||
elif state in ('A', 'R'):
|
||||
self.to_be_added.remove(filename)
|
||||
self.write_addlist()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user