Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#8073 closed defect (fixed)

Duplicate line in ticket/query.py

Reported by: Felix Schwarz <felix.schwarz@…> Owned by: felix.schwarz@…
Priority: lowest Milestone: 0.11.4
Component: ticket system Version: devel
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I noticed that there is a duplicate line in the export to CSV code of trac.ticket.Query:

writer = csv.writer(content, delimiter=sep)
writer = csv.writer(content, delimiter=sep, quoting=csv.QUOTE_MINIMAL)

I think the first line in completely redundant and should be removed. However, no harm is done.

Attachments (1)

remove_duplicate_writer.diff (1.1 KB ) - added by Felix Schwarz <felix.schwarz@…> 15 years ago.
patch for trunk+0.11 stable branch

Download all attachments as: .zip

Change History (4)

by Felix Schwarz <felix.schwarz@…>, 15 years ago

patch for trunk+0.11 stable branch

comment:1 by Remy Blank, 15 years ago

Milestone: 0.11.4
Owner: set to Remy Blank

Looks suspect indeed. Thanks.

comment:2 by Remy Blank, 15 years ago

Resolution: fixed
Status: newclosed

Patch applied in [7910].

comment:3 by Remy Blank, 15 years ago

Owner: changed from Remy Blank to felix.schwarz@…

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain felix.schwarz@….
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from felix.schwarz@… to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.