suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

typo in variable name #137

Closed suever closed 9 years ago

suever commented 9 years ago

From Fa1co...@gmail.com on December 03, 2013 15:07:33

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: http://code.google.com/p/pydicom/issues/detail?id=137

suever commented 9 years ago

From Fa1co...@gmail.com on December 03, 2013 12:41:09

i found that this typo has been fixed in release-0.9.8rc1

suever commented 9 years ago

From Suever@gmail.com on December 04, 2013 05:21:53

Status: Duplicate
Mergedinto: 125