Skip to content

Commit

Permalink
Removed two JLC comments, related to issue #40
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemerle committed Feb 15, 2022
1 parent 6bed9eb commit 9b87a6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/cloudnet/tosca/syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ def check(self):
self.warning(
"tosca_definitions_version: "
+ default_tosca_definitions_version
+ " used instead of", # JLC nemanque-t-il pas qq chose après cette ligne ?
# tosca_definitions_version,
+ " used instead of",
template_yaml,
)
tosca_definitions_version = default_tosca_definitions_version
template_yaml[TOSCA_DEFINITIONS_VERSION] = tosca_definitions_version
Expand All @@ -608,8 +608,8 @@ def check(self):
self.warning(
"tosca_definitions_version: "
+ default_tosca_definitions_version
+ " used instead of" # JLC nemanque-t-il pas qq chose après cette ligne ?
# tosca_definitions_version,
+ " used instead of",
tosca_definitions_version,
)
schema_file = self.get_mapping(
default_tosca_definitions_version, tosca_definitions_version_map
Expand Down

0 comments on commit 9b87a6b

Please sign in to comment.