Modify

Opened 14 months ago

Closed 14 months ago

Last modified 14 months ago

#14199 closed defect (fixed)

Typo in code

Reported by: figaro Owned by: Ryan J Ollos
Priority: low Component: IncludeMacro
Severity: normal Keywords: patch
Cc: Trac Release:

Description (last modified by Ryan J Ollos)

r18147 introduced a typo on line 44 of macros.py:

Line 
41try:
42    basestring
43except NameError:
44    basetring = str

basetring should probably be basestring.

Attachments (0)

Change History (3)

comment:1 Changed 14 months ago by Ryan J Ollos

Status: newaccepted

comment:2 Changed 14 months ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 18505:

TracIncludeMacro 3.3.0dev: Fix typo in r18147

Patch by figaro.

Fixes #14199.

comment:3 Changed 14 months ago by Ryan J Ollos

Description: modified (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.