Actions
Bug #6460
closedArchitecture #6410: Make ncf api compatible with python 3
Typo in ncf.py, cannot be used
Status:
Rejected
Priority:
1 (highest)
Assignee:
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
A typo was inserted in tool/ncf.py preventing it usage
line 140:
if sys.version_info.major == 2: unicodeLine = unicode(line,"UTF-8") #line.decode('unicode-escape') else unicodeLine = line # = str(line, "UTF-8")
The else is missing a colon
Actions