SeiictyUsui / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

typo in filewriter line 48, saving US pixel array fails #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
looks like there is a type in filewriter (line 48) in method write_number:

    except Exception as e:
        raise IOError("{0}\nfor data_element:\n{1}".format(str(e), str(data_elemesnt)))

data_elemesnt should read data_element

Original issue reported on code.google.com by stephen....@gmail.com on 6 Jan 2015 at 9:17

GoogleCodeExporter commented 8 years ago
Thanks for reporting, but it has been fixed in the repository, and in the 
version 0.9.9 release.  BTW, we've moved over to github ... 
https://github.com/darcymason/pydicom.  The 0.9.9 release can be downloaded 
from there.

Original comment by darcymason@gmail.com on 8 Jan 2015 at 2:45