From bd1403f4a810808b9896df89b35ade53f3710faf Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 16 May 2023 00:05:41 +0300 Subject: [PATCH] =?UTF-8?q?print=20=D0=B2=20yaml=5Fcreate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hlna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlna.py b/hlna.py index 2efd95a..7ebcc48 100755 --- a/hlna.py +++ b/hlna.py @@ -403,7 +403,7 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server="" with open(path_yaml, 'w') as yamlfile: yaml.dump(settings, yamlfile) - print(colorama.Fore.GREEN + "Конфиг создан" + colorama.Style.RESET_ALL) + print(colorama.Fore.GREEN + f"Конфиг {path_yaml} создан" + colorama.Style.RESET_ALL) if game != "path_server": systemd_unit_create(game)