Opened 15 months ago

Closed 15 months ago

Last modified 15 months ago

#14199 closed defect (fixed)

Typo in code — at Version 3

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.

Change History (3)

comment:1 Changed 15 months ago by Ryan J Ollos

Status: newaccepted

comment:2 Changed 15 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 15 months ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.