fixed warning and error message

This commit is contained in:
Tarek Ziadé 2009-10-24 15:51:30 +00:00
parent 468f700af7
commit 1733c9362b
5 changed files with 5 additions and 5 deletions

View file

@ -448,7 +448,7 @@ def byte_compile(py_files, optimize=0, force=0, prefix=None, base_dir=None,
"""
# nothing is done if sys.dont_write_bytecode is True
if sys.dont_write_bytecode:
raise DistutilsByteCompileError('byte-compiling not supported.')
raise DistutilsByteCompileError('byte-compiling is disabled.')
# First, if the caller didn't force us into direct or indirect mode,
# figure out which mode we should be in. We take a conservative