Commit 236a6f12 authored by canterburym's avatar canterburym
Browse files

Fixes path error

parent c6489eb4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ def validateAllASN1FilesInPath (path):


if __name__ == '__main__':
    parseErrors, compileErrors = validateAllASN1FilesInPath("checkasn/test")
    parseErrors, compileErrors = validateAllASN1FilesInPath("./")
    parseErrorCount = 0
    print ("Parser checks:")
    print ("-----------------------------")