[issue1128] msilib.Directory.make_short only handles file names with a single dot in them

Henrique Baggio report at bugs.python.org
Sun May 3 02:34:44 CEST 2009


Henrique Baggio <hnrqbaggio at gmail.com> added the comment:

Sorry, I don't know how create a patch, but just change the line with 

parts = file.split(".") to parts = os.path.splitext(file)

and the problem is fixed.

----------
nosy: +hnrqbaggio

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1128>
_______________________________________


More information about the Python-bugs-list mailing list