From 45e04b1900f2f826996ed9dfa8c8c6d67116d817 Mon Sep 17 00:00:00 2001 From: "curtis.mayberry" Date: Tue, 16 Aug 2022 01:37:45 -0700 Subject: [PATCH] fix api bug --- virtue/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtue/api.py b/virtue/api.py index a0816d0..7988862 100644 --- a/virtue/api.py +++ b/virtue/api.py @@ -84,9 +84,9 @@ def _install_env_cdsinit_script(filepath: Path) -> None: " foreachs(file init_files\n" " loadi(file))\n" ")\n" - "printf(\" Done, initialized Virtue SKILL environment\\n\")\n") + "printf(\" Done, initialized Virtue SKILL environment\\n\")\n" "printf(\"------------------------------------------------------" - "-----------\\n\\n\")" + "-----------\\n\\n\")") ) def _get_virtue_data_reg_paths() -> Tuple[Path]: