Opened 9 years ago
Closed 9 years ago
#4652 closed defect (fixed)
Pippy mime_types broken in activity.info
| Reported by: | walter | Owned by: | |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
| Component: | Pippy | Version: | Unspecified |
| Severity: | Unspecified | Keywords: | |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | Unconfirmed |
Description
is using a comma instead of semi-colon
was:
mime_types = text/x-python, pickle/groupthink-pippy
should be:
mime_types = text/x-python;pickle/groupthink-pippy
Change History (2)
comment:1 Changed 9 years ago by walter
comment:2 Changed 9 years ago by walter
- Resolution set to fixed
- Status changed from new to closed
fixed in Pippy 53
Note: See
TracTickets for help on using
tickets.
Merge request submitted:
https://git.sugarlabs.org/pippy/mainline/merge_requests/3