Opened 18 years ago
Closed 18 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)
Note:
See TracTickets
for help on using tickets.

Fix tabbing and blank lines