Skip to content

Commit

Permalink
fix api bug
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisma committed Aug 16, 2022
1 parent 51da1af commit 45e04b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtue/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit 45e04b1

Please sign in to comment.