mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-02 08:25:39 +02:00
Use more standard call to list.append
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
parent
8aeeafb98c
commit
02166f584a
@ -2674,7 +2674,7 @@ def container_to_build_args(compose, cnt, args, path_exists, cleanup_callbacks=N
|
|||||||
os.remove(dockerfile)
|
os.remove(dockerfile)
|
||||||
|
|
||||||
if cleanup_callbacks is not None:
|
if cleanup_callbacks is not None:
|
||||||
list.append(cleanup_callbacks, cleanup_temp_dockfile)
|
cleanup_callbacks.append(cleanup_temp_dockfile)
|
||||||
|
|
||||||
build_args = []
|
build_args = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user