mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-10 17:25:02 +02:00
broken in py 3.7
This commit is contained in:
parent
5454c3ad0f
commit
f75d12af21
@ -1590,7 +1590,8 @@ class PodmanCompose:
|
||||
content = rec_subs(content, self.environ)
|
||||
rec_merge(compose, content)
|
||||
# If `include` is used, append included files to files
|
||||
if include := compose.get("include", None):
|
||||
include = compose.get("include", None)
|
||||
if include:
|
||||
files.append(*include)
|
||||
# As compose obj is updated and tested with every loop, not deleting `include`
|
||||
# from it, results in it being tested again and again, original values for
|
||||
|
Loading…
Reference in New Issue
Block a user