Opened 16 years ago
Closed 16 years ago
#1098 closed defect (Fixed)
create_plugin.py does not properly enclose method comments
| Reported by: | Chase | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | Plugin | Version: | 1.2.0_dev |
| Keywords: | Cc: |
Description
The torrent creation script encloses method docstrings in single quotes (") instead of triple quotes ("""). Patch to fix is attached.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | createtorrent.patch added |
|---|
comment:1 by , 16 years ago
| Summary: | create_torrent.py does not properly enclose method comments → create_plugin.py does not properly enclose method comments |
|---|
comment:2 by , 16 years ago
| Milestone: | → 1.3.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Applied in master.