Skip to content

Commit

Permalink
0617
Browse files Browse the repository at this point in the history
  • Loading branch information
tian50 committed Jun 17, 2021
1 parent 057ad12 commit 14fd752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msgpi/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run(input_name, analysis, solver, smdim, scrnout=True, logger=None):
Switch of printing solver messages.
"""
if logger is None:
logger = utils.initLogger(__name__)
logger = mlog.initLogger(__name__)

try:
analysis_long = {
Expand Down

0 comments on commit 14fd752

Please sign in to comment.