Skip to content

Commit

Permalink
Update recipes/confu_json/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es>
  • Loading branch information
werto87 and AbrilRBS authored Jan 27, 2023
1 parent 3b1f901 commit 78f787b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/confu_json/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def configure(self):
min_version = self._minimum_compilers_version.get(
str(self.settings.compiler))
if not min_version:
self.output.warn("{} recipe lacks information about the {} "
self.output.warning("{} recipe lacks information about the {} "
"compiler support.".format(
self.name, self.settings.compiler))
else:
Expand Down

0 comments on commit 78f787b

Please sign in to comment.