From a9b007a88ef60ae3eb261c78d0d7ab2ad90de83d Mon Sep 17 00:00:00 2001 From: Craig Edwards Date: Fri, 25 Oct 2024 11:53:32 +0000 Subject: [PATCH] really codacy? whinge about trailing whitespace on a COMMENT is just petty --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 32570b1388..0c45bf906c 100644 --- a/conanfile.py +++ b/conanfile.py @@ -49,7 +49,7 @@ def export(self): def source(self): # This environment variable should only be set by D++ library developers to ensure that conan builds succeed - # without having to wait for release. It will check out the development branch where conanfile.py is being + # without having to wait for release. It will check out the development branch where conanfile.py is being # developed and tested. If you are NOT sure what this does, DO NOT SET IT. You won't get the D++ release # you expect! if 'DPP_CONAN_TESTING' in os.environ: