Skip to content

Commit

Permalink
Update docstring (fixes #113)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Waugh <twaugh@redhat.com>
  • Loading branch information
twaugh authored and MartinBasti committed Feb 16, 2021
1 parent da85a82 commit 169a7ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfile_parse/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ def __init__(self, path=None,
build_args=None):
"""
Initialize source of Dockerfile
:param path: path to (directory with) Dockerfile
:param path: path to (directory with) Dockerfile; if not provided,
and fileobj is not provided, the current working
directory will be used
:param cache_content: cache Dockerfile content inside DockerfileParser
:param env_replace: return content with variables replaced
:param parent_env: python dict of inherited env vars from parent image
Expand Down

0 comments on commit 169a7ff

Please sign in to comment.