summaryrefslogtreecommitdiff
path: root/src/buildstream/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/types.py')
-rw-r--r--src/buildstream/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/types.py b/src/buildstream/types.py
index 4d7a4c650..3d97fc7b9 100644
--- a/src/buildstream/types.py
+++ b/src/buildstream/types.py
@@ -223,7 +223,7 @@ class _PipelineSelection(FastEnum):
RUN = "run"
def __str__(self):
- return self.value
+ return str(self.value)
########################################