Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment