summaryrefslogtreecommitdiffstats
path: root/ci/tier_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/tier_handler.py')
-rw-r--r--ci/tier_handler.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/tier_handler.py b/ci/tier_handler.py
index 581821117..9b444b7ca 100644
--- a/ci/tier_handler.py
+++ b/ci/tier_handler.py
@@ -50,6 +50,9 @@ class Tier:
def get_name(self):
return self.name
+ def get_order(self):
+ return self.order
+
def __str__(self):
lines = []
line_max = 50