Buildah __str__

This commit is contained in:
jpic 2020-05-31 03:51:13 +02:00
parent c6bc849574
commit 0a983340b8

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: