Commit 37ec45e0 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #24245: Eliminated senseless expect clauses that have no any effect.

Patch by Martin Panter.
parent a583aac0
......@@ -221,8 +221,6 @@ def run_setup (script_name, script_args=None, stop_after="run"):
# Hmm, should we do something if exiting with a non-zero code
# (ie. error)?
pass
except:
raise
if _setup_distribution is None:
raise RuntimeError(("'distutils.core.setup()' was never called -- "
......
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