Skip to content

Commit

Permalink
0810 1.4 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Su Tian committed Aug 10, 2021
1 parent f7c1981 commit cbea453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion msgpi/presg.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import msgpi.io.iosc as miosc
import msgpi.io.iovabs as miovabs
import msgpi.utils as utl
import msgpi.logger as mlog


def readMaterialFromXMLElement(xem):
Expand Down Expand Up @@ -332,7 +333,7 @@ def preSG(
# fn_head, fn_tail = os.path.split(xml_sg)

if logger is None:
logger = utl.initLogger(__name__)
logger = mlog.initLogger(__name__)

try:
fn_base, fn_extn = os.path.splitext(sg_xml)
Expand Down

0 comments on commit cbea453

Please sign in to comment.