Skip to content

Commit

Permalink
Update src/icesat2waves/local_modules/m_colormanager_ph3.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Paniagua <[email protected]>
  • Loading branch information
hollandjg and cpaniaguam authored Mar 15, 2024
1 parent 5501bfc commit 63a00d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icesat2waves/local_modules/m_colormanager_ph3.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def colormaps(self,n, gamma=None):

def show(self):
for key in self.__dict__.keys():
_logger.debug("%s",key)
_logger.debug("key: %s", key)

_logger.debug(' rels dict keys:')
for key in self.rels.keys():
Expand Down

0 comments on commit 63a00d0

Please sign in to comment.