Skip to content

Commit

Permalink
Coverage update
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Sep 20, 2023
1 parent a2c9a4e commit 6dcb674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions materialx/emoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')


Expand Down

0 comments on commit 6dcb674

Please sign in to comment.