This commit is contained in:
Einar Forselv
2019-11-15 14:23:56 +01:00
parent f8d32af313
commit f1738147d6
11 changed files with 60 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ def list_containers():
return [c.attrs for c in all_containers]
def is_true(self, value):
def is_true(value):
"""
Evaluates the truthfullness of a bool value in container labels
"""