Skip to content
Snippets Groups Projects
Commit 4c9b114d authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed remove usage.

parent 118c2ec6
No related branches found
No related tags found
No related merge requests found
......@@ -43,5 +43,5 @@ def setup(interactive=True):
fo.write(content)
utils.log('File "%s" updated.' % path)
else:
os.path.remove(path)
os.remove(path)
utils.log('File "%s" removed.' % path)
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