gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: typo


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: typo
Date: Fri, 11 Oct 2019 11:40:56 +0200

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

dold pushed a commit to branch master
in repository deployment.

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

commit b54edf83810aff3a9b3f598e15141e4db597ccac
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 15:10:52 2019 +0530

    typo
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index a92516a..d029e6a 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -118,7 +118,7 @@ def get_stale_repos():
         r_dir = Path.home() / "sources" / r.name
         s = r_dir / "taler-buildstamp"
         if not s.exists():
-            timestamp[r.name] = time.now()
+            timestamp[r.name] = time.time()
             stale.append(r)
             break
         timestamp[r.name] = s.stat().st_mtime

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



reply via email to

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