From c70bd30aeccbc82f321d8770ed61d3c2862bac78 Mon Sep 17 00:00:00 2001 From: Raphael Quast Date: Fri, 15 Sep 2023 10:15:48 +0200 Subject: [PATCH] minor --- eomaps/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eomaps/helpers.py b/eomaps/helpers.py index 62670cc24..9f9c9e1bf 100644 --- a/eomaps/helpers.py +++ b/eomaps/helpers.py @@ -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):