gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix string format


From: gnunet
Subject: [taler-deployment] branch master updated: fix string format
Date: Mon, 01 Mar 2021 11:45:59 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 04e4db1  fix string format
04e4db1 is described below

commit 04e4db1b0f97b4ea75b7caa0ba44ab21340cefd8
Author: MS <ms@taler.net>
AuthorDate: Mon Mar 1 11:45:55 2021 +0100

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

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 1bb85df..15f5f9d 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -631,7 +631,7 @@ def setup_service(systemd_unit):
     # file needs to be installed now.
     split_filename = systemd_unit.split(".")
     if "timer" == split_filename[-1]:
-        copy(Path.home() / "deployment" / "systemd-services" / 
split_filename[0] + ".service", sc_path)
+        copy(Path.home() / "deployment" / "systemd-services" / 
f"{split_filename[0]}.service", sc_path)
 
     subprocess.run(
         [

-- 
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]