Skip to content

Commit

Permalink
Making sure full HTML_BASE path is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentraymond-ua committed Oct 26, 2023
1 parent a78c983 commit 7bc2e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from bs4 import BeautifulSoup

HTML_BASE_PATH = Path(__file__).parent / "base.html"
HTML_BASE_PATH = Path(__file__).resolve().parent / "base.html"
HTML_BASE = HTML_BASE_PATH.read_text()


Expand Down

0 comments on commit 7bc2e06

Please sign in to comment.