Skip to content

Commit

Permalink
Merge pull request #10281 from Mab879/fix_10267
Browse files Browse the repository at this point in the history
Fix Automatus on Python 3.6
  • Loading branch information
matejak committed Mar 3, 2023
2 parents 8d93b2b + 5d526d6 commit 10c2df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssg/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
'uos20',
]

JINJA_MACROS_DIRECTORY = os.path.join(os.path.dirname(os.path.dirname(
__file__)), "shared", "macros")
JINJA_MACROS_DIRECTORY = os.path.abspath(os.path.join(os.path.dirname(os.path.dirname(
__file__)), "shared", "macros"))

xml_version = """<?xml version="1.0" encoding="UTF-8"?>"""

Expand Down

0 comments on commit 10c2df9

Please sign in to comment.