Changeset - 91a436abd521
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-03-25 14:50:50
brettcsmith@brettcsmith.org
testutil: Fix missing `return` typo.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
tests/testutil.py
Show inline comments
...
 
@@ -218,7 +218,7 @@ class RTClient:
 
        try:
 
            att_seq = iter(self.TICKET_DATA[str(ticket_id)])
 
        except KeyError:
 
            None
 
            return None
 
        att_id = str(attachment_id)
 
        multipart_id = None
 
        for attch in att_seq:
0 comments (0 inline, 0 general)