google-code-export / pydicom

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

typo in variable name #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cause an exception in filewriter.write_numbers
What is the expected output? What do you see instead?

the variable `data_elemesnt` in the raised IOError (line 48 in filewriter.py) 
is not defined. Simply change the variable name to `data_element` would fix 
this. 

What version of the product are you using? 0.9.8

***NOTE***: any text or attached files posted with the issue can be viewed
by anyone. You are solely responsible to ensure that they contain no
confidential information of any kind.

Please provide any additional information below.

Original issue reported on code.google.com by Fa1co...@gmail.com on 3 Dec 2013 at 8:07

GoogleCodeExporter commented 9 years ago
i found that this typo has been fixed in release-0.9.8rc1

Original comment by Fa1co...@gmail.com on 3 Dec 2013 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by Suever@gmail.com on 4 Dec 2013 at 1:21