From 6dcb67453c9e69288004032cea2923613ae3e9d7 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Wed, 20 Sep 2023 09:04:30 -0600 Subject: [PATCH] Coverage update --- materialx/emoji.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/materialx/emoji.py b/materialx/emoji.py index ac0df07..71ce566 100644 --- a/materialx/emoji.py +++ b/materialx/emoji.py @@ -16,9 +16,9 @@ OPTION_SUPPORT = pymdownx.__version_info__ >= (7, 1, 0) RESOURCES = os.path.dirname(inspect.getfile(material)) -if os.path.exists(os.path.join(RESOURCES, 'templates', '.icons')): +if os.path.exists(os.path.join(RESOURCES, 'templates', '.icons')): # pragma: no cover RES_PATH = os.path.join(RESOURCES, 'templates', '.icons') -else: +else: # pragma: no cover RES_PATH = os.path.join(RESOURCES, '.icons')