Modify

Opened 13 years ago

Closed 13 years ago

#8858 closed defect (fixed)

Syntax error on line 112 of module.py

Reported by: anonymous Owned by: Nathaniel Madura
Priority: normal Component: ShellExampleMacro
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

Syntax error because of this line:

112: sniptext = "<Output Snipped>" if len(m) == 5 else m[6:]

Attachments (0)

Change History (1)

comment:1 Changed 13 years ago by Nathaniel Madura

Resolution: fixed
Status: newclosed

given the anonymous report and the lack of any additional information, ie Platform, Python version, etc. I am assuming the error is due to the ternary expression. I am removing the ternary expression and releasing 0.12.2 of the Processor.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Nathaniel Madura.
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.