Kaydet (Commit) 0f491e5b authored tarafından Barış Metin's avatar Barış Metin

forgotten return...

üst 2f98b5c7
...@@ -414,6 +414,7 @@ class Remove(AtomicOperation): ...@@ -414,6 +414,7 @@ class Remove(AtomicOperation):
pkg, existing_file = ctx.filesdb.get_file(fpath) pkg, existing_file = ctx.filesdb.get_file(fpath)
if pkg != self.package_name: if pkg != self.package_name:
ctx.ui.warning(_('Not removing conflicted file : %s') % fpath) ctx.ui.warning(_('Not removing conflicted file : %s') % fpath)
return
# TODO: We have to store configuration files for futher # TODO: We have to store configuration files for futher
# usage. Currently we'are doing it like rpm does, saving # usage. Currently we'are doing it like rpm does, saving
......
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