Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Sep 15, 2023
1 parent 8511120 commit c70bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eomaps/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2452,7 +2452,7 @@ def _get_artist_zorder(self, a):
try:
return a.get_zorder()
except Exception:
_log.error(r"EOmaps: unalble to identify zorder of {a}... using 99")
_log.error(f"EOmaps: unalble to identify zorder of {a}... using 99")
return 99

def _draw_animated(self, layers=None, artists=None):
Expand Down

0 comments on commit c70bd30

Please sign in to comment.