diff options
author | Tim Peters <tim.peters@gmail.com> | 2005-04-20 17:45:13 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2005-04-20 17:45:13 +0000 |
commit | 363669b465ca48df939204ee7ed724f943c9bfd6 (patch) | |
tree | db0b0f23585a6134f5387af7b39dedd88c2ac501 /Mac | |
parent | 323eddc99df02ccebe553e47ca5188924f93f2e5 (diff) | |
download | cpython-363669b465ca48df939204ee7ed724f943c9bfd6.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSX/Doc/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/Doc/setup.py b/Mac/OSX/Doc/setup.py index ee17226ca5..bd86a20a83 100644 --- a/Mac/OSX/Doc/setup.py +++ b/Mac/OSX/Doc/setup.py @@ -57,7 +57,7 @@ class DocBuild(build): (self.doc_version,self.doc_version) tarfile = 'html-%s.tar.bz2' % self.doc_version dirname = 'Python-Docs-%s' % self.doc_version - + if os.path.exists(self.build_html): raise RuntimeError, '%s: already exists, please remove and try again' % self.build_html os.chdir(self.build_base) |