gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: try help logic find i18nfix


From: gnunet
Subject: [taler-www] branch master updated: try help logic find i18nfix
Date: Mon, 23 Dec 2019 00:48:21 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 93bd2ed  try help logic find i18nfix
93bd2ed is described below

commit 93bd2ed45172e3eb469f07fc0d45570f2cc0beca
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Dec 23 00:48:19 2019 +0100

    try help logic find i18nfix
---
 make_site.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/make_site.py b/make_site.py
index 4c2605a..c7d2615 100755
--- a/make_site.py
+++ b/make_site.py
@@ -12,6 +12,12 @@
 import jinja2
 import sys
 from pathlib import Path, PurePath
+
+# Make sure the current directory is in the search path when trying
+# to import i18nfix.
+sys.path.insert(0, ".")
+sys.path.insert(0, "inc/")
+
 from inc.site import gen_site
 from inc.fileproc import copy_files
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]