Switch to unified view
a/Allura/allura/model/attachments.py | b/Allura/allura/model/attachments.py | ||
---|---|---|---|
... |
... |
||
59 | 59 | ||
60 | # No, generic attachment |
60 | # No, generic attachment |
61 | return cls.from_stream( |
61 | return cls.from_stream( |
62 | filename, fp, content_type=content_type, |
62 | filename, fp, content_type=content_type, |
63 | **original_meta) |
63 | **original_meta) |
64 |