[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-taler-build-scripts] branch master updated: actually
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-taler-build-scripts] branch master updated: actually make it f-strings. |
Date: |
Fri, 04 Oct 2019 16:04:08 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 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 978e677 actually make it f-strings.
978e677 is described below
commit 978e67775574bf2720007d71faafff047d0c9cb3
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 14:03:53 2019 +0000
actually make it f-strings.
---
configure.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.py b/configure.py
index 68b9176..212bd57 100644
--- a/configure.py
+++ b/configure.py
@@ -79,8 +79,8 @@ def main():
yarnexe = mylist[1]
f = open('config.mk', 'w+')
f.writelines(['# this file is autogenerated by ./configure\n',
- 'prefix={myprefix}\n',
- 'yarnexe={yarnexe}\n'])
+ f'prefix={myprefix}\n',
+ f'yarnexe={yarnexe}\n'])
f.close()
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-taler-build-scripts] branch master updated: actually make it f-strings.,
gnunet <=