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')