gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: splitops: print, not printf


From: gnunet
Subject: [taler-deployment] branch master updated: splitops: print, not printf
Date: Tue, 06 Feb 2024 12:19:10 +0100

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 fd14f88  splitops: print, not printf
fd14f88 is described below

commit fd14f888bf1a9b2ec4a2b56411ccdbeec68c4b6f
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Feb 6 12:18:57 2024 +0100

    splitops: print, not printf
---
 splitops/splitops | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/splitops/splitops b/splitops/splitops
index 8e5414c..5972887 100755
--- a/splitops/splitops
+++ b/splitops/splitops
@@ -99,7 +99,7 @@ def usage():
     sys.exit(1)
 
 def die(msg):
-    printf(msg)
+    print(msg)
     sys.exit(2)
 
 def main():

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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