Opened 13 years ago
Closed 13 years ago
#1098 closed defect (Fixed)
create_plugin.py does not properly enclose method comments
Reported by: | gazpachoking | 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)
Changed 13 years ago by gazpachoking
comment:1 Changed 13 years ago by gazpachoking
- Summary changed from create_torrent.py does not properly enclose method comments to create_plugin.py does not properly enclose method comments
comment:2 Changed 13 years ago by andar
- Milestone set to 1.3.0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Applied in master.