Opened 13 years ago
Closed 13 years ago
#4686 closed patch (fixed)
Python tabbing error
Reported by: | Owned by: | Anduin Withers | |
---|---|---|---|
Priority: | trivial | Milestone: | 0.21 |
Component: | mythtv | Version: | 0.21-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Several lines of MythDB.py are inconsistent with the rest of the file with regard to indentation.
See
Setting up libmyth-python (0.21.0~fixes15967-0ubuntu2) ... Compiling /var/lib/python-support/python2.5/MythTV/MythDB.py ... Sorry: IndentationError?: ('expected an indented block', ('/var/lib/python-support/python2.5/MythTV/MythDB.py', 84, 13, " \topts, args = getopt.getopt(args, , ['dbhost=', 'user=', 'pass=', 'database='])\n"))
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | tabbing.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from Isaac Richards to Anduin Withers |
---|---|
Status: | new → assigned |
This was fixed by
comment:2 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Fix tabbing and blank lines