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:42:03 +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 fbd5ed8  typo
fbd5ed8 is described below

commit fbd5ed8043a96cdc8e347bf94624438d269551ae
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 15:11:58 2019 +0530

    typo
---
 bin/taler-deployment | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index d029e6a..7189efa 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -118,12 +118,12 @@ def get_stale_repos():
         r_dir = Path.home() / "sources" / r.name
         s = r_dir / "taler-buildstamp"
         if not s.exists():
-            timestamp[r.name] = time.time()
+            timestamps[r.name] = time.time()
             stale.append(r)
             break
-        timestamp[r.name] = s.stat().st_mtime
+        timestamps[r.name] = s.stat().st_mtime
         for dep in r.deps:
-            if timestamp[dep] > ts:
+            if timestamps[dep] > ts:
                 stale.append(r)
                 break
     return stale

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



reply via email to

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