aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--b4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py
index 2f6d1ba..630c1b2 100644
--- a/b4/__init__.py
+++ b/b4/__init__.py
@@ -898,7 +898,7 @@ class LoreMessage:
def get_trailers(self, sloppy=False):
mismatches = set()
if sloppy:
- return set(self.trailers), mismatches
+ return self.trailers, mismatches
trailers = list()
for tname, tvalue in self.trailers: