Buildah __str__

This commit is contained in:
jpic
2021-04-24 13:12:18 +02:00
parent c6bc849574
commit 0a983340b8
+1 -1
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: