]> granicus.if.org Git - python/commit
Fix 'get_command_obj()' so it checks if a command object has an attribute
authorGreg Ward <gward@python.net>
Tue, 23 May 2000 04:11:14 +0000 (04:11 +0000)
committerGreg Ward <gward@python.net>
Tue, 23 May 2000 04:11:14 +0000 (04:11 +0000)
commit40313cfe6ef09a47557e7c18f7f02622fe879158
tree6cf7aa009e65a1d4f36c895a9a45fb34778b5e59
parent77751c0b4903470bdd630dac25270b21670323ff
Fix 'get_command_obj()' so it checks if a command object has an attribute
before setting it -- this will catch bad options (eg. typos) in config files.
Lib/distutils/dist.py