Merge: #24903: Remove misleading error message to fix regression.

This commit is contained in:
R David Murray 2015-12-04 23:04:37 -05:00
commit 939614c48c
4 changed files with 5 additions and 11 deletions

View file

@ -238,9 +238,6 @@ def main():
args = parser.parse_args()
compile_dests = args.compile_dest
if (args.ddir and (len(compile_dests) != 1
or not os.path.isdir(compile_dests[0]))):
parser.exit('-d destdir requires exactly one directory argument')
if args.rx:
import re
args.rx = re.compile(args.rx)