Commit 2d34b039 authored by Gregory P. Smith's avatar Gregory P. Smith

Typo fix.

parent 1f4bdba5
...@@ -62,7 +62,7 @@ class clean (Command): ...@@ -62,7 +62,7 @@ class clean (Command):
# built distribution will have its own subdirectory under # built distribution will have its own subdirectory under
# "build/bdist", but they'll be taken care of by # "build/bdist", but they'll be taken care of by
# 'remove_tree()'. # 'remove_tree()'.
if os.path.exists (self.build_bdist) if os.path.exists (self.build_bdist):
remove_tree (self.build_bdist, self.verbose, self.dry_run) remove_tree (self.build_bdist, self.verbose, self.dry_run)
# just for the heck of it, try to remove the base build directory: # just for the heck of it, try to remove the base build directory:
......
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