From 1373196eb559499587035c60e455c30cf62ca8bc Mon Sep 17 00:00:00 2001 From: jpic Date: Sun, 31 May 2020 03:51:13 +0200 Subject: [PATCH] Buildah __str__ --- shlax/targets/buildah.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlax/targets/buildah.py b/shlax/targets/buildah.py index bd1af09..4564f02 100644 --- a/shlax/targets/buildah.py +++ b/shlax/targets/buildah.py @@ -41,7 +41,7 @@ class Buildah(Target): def __str__(self): if not self.is_runnable(): return 'Replacing with: buildah unshare ' + ' '.join(sys.argv) - return 'Buildah image builder' + return f'Buildah({self.image})' async def __call__(self, *actions, target=None): if target: