gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-build-scripts] branch master updated: fix temp


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-build-scripts] branch master updated: fix template
Date: Mon, 14 Oct 2019 18:58:25 +0200

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

dold pushed a commit to branch master
in repository taler-build-scripts.

The following commit(s) were added to refs/heads/master by this push:
     new be65740  fix template
be65740 is described below

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]