Merge pull request #91 from cejpmart/patch-1
IPC356: Do not crash on record type 367
This commit is contained in:
commit
292f74dee9
1 changed files with 2 additions and 1 deletions
|
|
@ -281,7 +281,8 @@ class IPC356_TestRecord(object):
|
|||
units = settings.units
|
||||
angle = settings.angle_units
|
||||
feature_types = {'1': 'through-hole', '2': 'smt',
|
||||
'3': 'tooling-feature', '4': 'tooling-hole'}
|
||||
'3': 'tooling-feature', '4': 'tooling-hole',
|
||||
'6': 'non-plated-tooling-hole'}
|
||||
access = ['both', 'top', 'layer2', 'layer3', 'layer4', 'layer5',
|
||||
'layer6', 'layer7', 'bottom']
|
||||
record = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue