mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 06:51:36 +01:00
fix: add extra debug output to jinja helper
This commit is contained in:
@@ -11,6 +11,7 @@ def render_path(path, install_location, game_directory,):
|
|||||||
result_path = path[:-len(".j2")]
|
result_path = path[:-len(".j2")]
|
||||||
|
|
||||||
# prepare template #
|
# prepare template #
|
||||||
|
print("JINJA-> cwd: ", os.getcwd(), "path:", path)
|
||||||
input_content = ""
|
input_content = ""
|
||||||
with open(path, encoding="utf-16") as f:
|
with open(path, encoding="utf-16") as f:
|
||||||
input_content = f.read()
|
input_content = f.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user