Commit 282c7a02 authored by Greg Ward's avatar Greg Ward

Oops, 'reinitialize_command()' forgot to return the command object if didn't

need to be reinitialized -- fixed.
parent 308acf0b
......@@ -711,7 +711,7 @@ class Distribution:
command_name = command.get_command_name()
if not command.finalized:
return
return command
command.initialize_options()
command.finalized = 0
self._set_command_options(command)
......
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