Commit 233fb93e authored by Jason Graham's avatar Jason Graham
Browse files

Update file asn_process.py

parent 8e469a82
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -69,13 +69,13 @@ def syntaxCheckASN (fileList):




duplicateObjects = {
duplicateObjects = {
'''
    '102232-1/LI-PS-PDU.asn' : [
    '102232-1/LI-PS-PDU.asn' : [
'''        
        'CCPayload',
        'CCPayload',
        'IRIPayload',
        'IRIPayload',
'''
        'Location'
        'Location'
    ],
    ],
'''
    'testing/mod1.asn' : [
    'testing/mod1.asn' : [
        'ClashField'
        'ClashField'
    ]
    ]