Skip to content

Commit

Permalink
Updated 'used instead of' warning messages by 'used by default'
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemerle committed Jul 29, 2024
1 parent d1637dc commit d4f1982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/cloudnet/tosca/syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Software Name : Cloudnet TOSCA toolbox
# Version: 1.0
# SPDX-FileCopyrightText: Copyright (c) 2020-22 Orange
# SPDX-FileCopyrightText: Copyright (c) 2020-24 Orange
# SPDX-License-Identifier: Apache-2.0
#
# This software is distributed under the Apache License 2.0
Expand Down Expand Up @@ -583,7 +583,7 @@ def check(self):
self.warning(
"tosca_definitions_version: "
+ default_tosca_definitions_version
+ " used instead of",
+ " used by default",
template_yaml,
)
tosca_definitions_version = default_tosca_definitions_version
Expand All @@ -608,7 +608,7 @@ def check(self):
self.warning(
"tosca_definitions_version: "
+ default_tosca_definitions_version
+ " used instead of",
+ " used by default",
tosca_definitions_version,
)
schema_file = self.get_mapping(
Expand Down

0 comments on commit d4f1982

Please sign in to comment.