We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2583c8 commit 0892b5eCopy full SHA for 0892b5e
1 file changed
dockerfile_parse/util.py
@@ -48,7 +48,7 @@ def __init__(self, s, args=None, envs=None):
48
:param envs: dict, environment variables to use; if None, do not
49
attempt substitution
50
"""
51
- self.stream = StringIO(s)
+ self.stream = StringIO(str(s))
52
self.args = args
53
self.envs = envs
54
0 commit comments