gnunet-svn
[Top][All Lists]
Advanced

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

[taler-build-common] 33/50: fix template


From: gnunet
Subject: [taler-build-common] 33/50: fix template
Date: Sat, 02 Nov 2019 16:38:52 +0100

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

ng0 pushed a commit to branch master
in repository build-common.

commit be65740e719b250e38d629526d5683f47a44e77d
Author: Florian Dold <address@hidden>
AuthorDate: Mon Oct 14 22:28:08 2019 +0530

    fix template
---
 configure.py.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.py.template b/configure.py.template
index f55fec1..b19b18e 100755
--- a/configure.py.template
+++ b/configure.py.template
@@ -9,7 +9,7 @@ if not base_dir.exists():
         f"build system directory ({base_dir}) missing", file=sys.stderr
     )
     sys.exit(1)
-sys.path.insert(0, base_dir)
+sys.path.insert(0, str(base_dir))
 
 from talerbuildconfig import *
 

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



reply via email to

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