[pypy-svn] r73188 - pypy/benchmarks

Maciej Fijalkowski fijall at gmail.com
Wed Mar 31 06:01:17 CEST 2010


> +    if branch == "":
> +        print("ERROR: No branch defined")
> +        return 1
>

This is a good way to make sure that nobody ever reads this message.
How about an exception instead?



More information about the Pypy-commit mailing list