mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Oops, 'reinitialize_command()' forgot to return the command object if didn't
need to be reinitialized -- fixed.
This commit is contained in:
parent
308acf0bfa
commit
282c7a0230
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue