suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

Bad references to tag in DataElement_from_raw method of dataelem.py #76

Closed suever closed 9 years ago

suever commented 9 years ago

From mikewall...@gmail.com on February 16, 2010 20:47:07

What steps will reproduce the problem? 1. Any code that triggers the DataElement_from_raw method of dataelem.py will cause a NameErrror: global name 'tag' is not defined What version of the product are you using? 0.94

Just need to change reference from tag to raw.tag.

Have attached a patch which makes this change.

Attachment: dataelem.py.patch

Original issue: http://code.google.com/p/pydicom/issues/detail?id=76

suever commented 9 years ago

From darcymason@gmail.com on February 16, 2010 19:10:02

This issue was closed by revision f2321645d9 .

Status: Fixed
Mergedinto: -