Buildah __str__
This commit is contained in:
parent
da7b7191c9
commit
1373196eb5
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user