We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781314d commit 654525cCopy full SHA for 654525c
tests/func/test_add.py
@@ -92,7 +92,7 @@ def test_warn_about_large_directories(self):
92
"You are adding a large directory 'large-dir' recursively,"
93
" consider tracking it as a whole instead.\n"
94
"{purple}HINT:{nc} Remove the generated DVC-file and then"
95
- " run {cyan}dvc add large-dir{nc}".format(
+ " run `{cyan}dvc add large-dir{nc}`".format(
96
purple=colorama.Fore.MAGENTA,
97
cyan=colorama.Fore.CYAN,
98
nc=colorama.Style.RESET_ALL,
0 commit comments