diff options
Diffstat (limited to 'Lib/distutils/command/bdist.py')
| -rw-r--r-- | Lib/distutils/command/bdist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist.py b/Lib/distutils/command/bdist.py index 8651e70..c0cb1d3 100644 --- a/Lib/distutils/command/bdist.py +++ b/Lib/distutils/command/bdist.py @@ -132,7 +132,7 @@ class bdist (Command): # keep its temporary files around so subsequent runs go faster. if cmd_name in commands[i+1:]: sub_cmd.keep_temp = 1 - self.run_command (cmd_name) + self.run_command(cmd_name) # run() |
