commit 04e4db1b0f97b4ea75b7caa0ba44ab21340cefd8 parent 2df6be1f400911a5bd143b5c0eb0a8473c901f81 Author: MS <ms@taler.net> Date: Mon, 1 Mar 2021 11:45:55 +0100 fix string format Diffstat:
| M | bin/taler-deployment | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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( [