Merge pull request #9 from a3ng7n:fix/logging

fix/logging
master
Aaron 2020-07-15 12:48:32 -07:00 committed by GitHub
commit 091a33f902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -57,3 +57,4 @@ Temporary Items
*.OutJob.Zip
*.NET
*.PcbDoc.htm
**/__pycache__/

View File

@ -4,8 +4,9 @@ import re
import json
import copy
import math
import logging as lg
lg.basicConfig(level=lg.DEBUG)
import logging
logging.basicConfig()
lg = logging.getLogger(__name__)
def parse(input, format, **kwargs):
fullPath = input