Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
  • Loading branch information
tomuben and tkilias authored Dec 5, 2024
1 parent 73ddc43 commit 652dd9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exasol/slc/internal/tasks/build/docker_flavor_image_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def get_additional_build_directories_mapping(self) -> Dict[str, str]:

def get_language_definition(self) -> str:
"""
Called by the constructor to get a language definition file which will be validated against to
the language definition JSON and (if validations succeeded) copied to the temporary build directory.
Called by the constructor to get a language definition file which will be validated against
the language definition JSON Schema and (if validations succeeded) copied to the temporary build directory.
:return: string with source path of language definition JSON or an empty string
"""
return ""
Expand Down

0 comments on commit 652dd9e

Please sign in to comment.