Commit dbd2d9d0 authored by Seblu's avatar Seblu
Browse files

repo cleaning warn and not raise an error if it cannot delete a file

parent 56dd7681
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ class Repository(object):
                    else:
                        os.unlink(p)
                except:
                    raise Exception("Removing %s failed" % p)
                    warn("Removing %s failed" % p)
        else:
            arrow("Nothing to clean")