Buildah __str__

This commit is contained in:
jpic 2020-05-31 03:51:13 +02:00
parent da7b7191c9
commit 1373196eb5

View File

@ -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: