Skip to content

Commit

Permalink
chore: replace print with logging in icesat2_startup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Mar 4, 2024
1 parent 76c96e0 commit 7244e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icesat2_tracks/config/IceSAT2_startup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import logging
import os
import pathlib
import string
Expand All @@ -6,6 +7,7 @@

from icesat2_tracks.local_modules import m_colormanager_ph3 as M_color
from icesat2_tracks.local_modules import m_tools_ph3 as MT
_logger = logging.getLogger(__name__)

## Read folders and configuration paths
config_dir_path = os.path.dirname(__file__)
Expand Down

0 comments on commit 7244e08

Please sign in to comment.