Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from jcrivenaes/fix-logger
Browse files Browse the repository at this point in the history
Fix: logger shall be basiclogger, not functionlogger
  • Loading branch information
jcrivenaes authored Jan 8, 2020
2 parents 6339cc1 + 21db497 commit 1ece3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtgeoapp_convgrd3dfmt/cg3f.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
MODES = ["grid", "init", "restart"]

xtg = XTGeoDialog()
logger = xtg.functionlogger(__name__)
logger = xtg.basiclogger(__name__)


def _do_parse_args(args):
Expand Down

0 comments on commit 1ece3f2

Please sign in to comment.