Modify ↓
Ticket #320 (closed defect: fixed)
migrate management command doesn't return a proper status code.
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | commands | Version: | 0.6.2 |
| Keywords: | Cc: |
Description
Its just a return, rather than a sys.exit(1) when a migration errors.
Attachments
Change History
Changed 3 years ago by justinlilly
- Attachment migrate_status_code.diff added
comment:1 Changed 3 years ago by andrew
- Status changed from new to closed
- Resolution set to fixed
Committed in [054255960b60].
Note: See
TracTickets for help on using
tickets.

patch to fix.