Modify ↓
Opened 17 years ago
Closed 17 years ago
#6732 closed defect (fixed)
bugzilla2trac script. Syntax error in line 813
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | general | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I have just tried to execute the bugzilla2trac.py script and i have get an error in the line 813 of the script.
The error is about an unfinished string, i could solve the problem adding at the end of the line a back-slash.
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Milestone: | → 0.11 |
---|---|
Owner: | changed from | to
Severity: | normal → trivial |
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r6425. I've also truncated all the long lines, and I hope I haven't just made things worse, so please test and reopen if something goes wrong…
Note:
See TracTickets
for help on using tickets.
Right. Besides this, everything is fine with that script?