Commit 68812ce2 by devttys0

Fixed setup.py bug

parent ad90ba0b
......@@ -100,11 +100,6 @@ class CleanCommand(Command):
def run(self):
try:
os.remove("%s/magic/%s" % (MODULE_NAME, MODULE_NAME))
except Exception:
pass
try:
remove_tree("build")
except KeyboardInterrupt as e:
raise e
......
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