Changeset 17863


Ignore:
Timestamp:
Oct 7, 2020, 1:11:34 AM (4 years ago)
Author:
Ryan J Ollos
Message:

Revert r17862 on 0.11 directory

Refs #13887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • latexformulamacro/0.11/LatexFormulaMacro.py

    r17862 r17863  
    131131    imageFormat = cfg.get('latex', 'image_format', 'png')
    132132
    133     imagePath = os.path.join(env.htdocs_dir, 'formulas')
     133    imagePath = os.path.normpath(
     134        os.path.join(env.get_htdocs_dir(), "formulas"))
    134135    if not os.path.exists(imagePath):
    135136        try:
Note: See TracChangeset for help on using the changeset viewer.