summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/dist.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/dist.py')
-rw-r--r--Lib/distutils/dist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py
index 3391e53..de4f7ef 100644
--- a/Lib/distutils/dist.py
+++ b/Lib/distutils/dist.py
@@ -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)