Skip to content

Commit

Permalink
Merge pull request #10 from AgPipeline/develop
Browse files Browse the repository at this point in the history
merging pylint changes to main - no review
  • Loading branch information
Chris-Schnaufer authored Jul 8, 2021
2 parents 0484f6b + 1c90952 commit 937ca40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def generate_dockerfile(base_image_name: str) -> None:
+ ", ".join(missing))

for template_name in DOCKERFILE_TEMPLATE_FILE_NAMES:
# pylint: disable=consider-using-with
template = [line.rstrip('\n') for line in open(template_name, "r")]
template_len = len('.template')
dockerfile_name = template_name[:(template_len * -1)]
Expand Down

0 comments on commit 937ca40

Please sign in to comment.