diff --git a/.dvcignore b/.dvcignore index 8e8818311..7327ccb85 100644 --- a/.dvcignore +++ b/.dvcignore @@ -1,5 +1,4 @@ # Add patterns of files dvc should ignore, which could improve # the performance. Learn more at # https://dvc.org/doc/user-guide/dvcignore -utils/juliaup docs diff --git a/core/test/utils.jl b/core/test/utils.jl index 29be3d88b..094a883a5 100644 --- a/core/test/utils.jl +++ b/core/test/utils.jl @@ -18,6 +18,6 @@ macro tcstatistic(key, value) )), ) else - return esc(:(println($key, "=", $value))) + return esc(:(println($key, '=', $value))) end end