commit
091a33f902
|
@ -57,3 +57,4 @@ Temporary Items
|
||||||
*.OutJob.Zip
|
*.OutJob.Zip
|
||||||
*.NET
|
*.NET
|
||||||
*.PcbDoc.htm
|
*.PcbDoc.htm
|
||||||
|
**/__pycache__/
|
||||||
|
|
|
@ -4,8 +4,9 @@ import re
|
||||||
import json
|
import json
|
||||||
import copy
|
import copy
|
||||||
import math
|
import math
|
||||||
import logging as lg
|
import logging
|
||||||
lg.basicConfig(level=lg.DEBUG)
|
logging.basicConfig()
|
||||||
|
lg = logging.getLogger(__name__)
|
||||||
|
|
||||||
def parse(input, format, **kwargs):
|
def parse(input, format, **kwargs):
|
||||||
fullPath = input
|
fullPath = input
|
||||||
|
|
Loading…
Reference in New Issue