54
54
# Ensure either a comment or filecontent was provide, but only
55
55
# if no errors have already been noted.
56
56
if len(self.errors) == 0:
58
58
filecontent = data.get('filecontent', None)
60
60
self.addError("Either a comment or attachment "