taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

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

splitops: print, not printf

Diffstat:
Msplitops/splitops | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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():