Resolved an issue related to quoting the wrong keywords for the types.
It was due to wrong index used for the COL_NAME_KEYWORD, used by the 'needsQuoting' function. Also, replaced a tab with a space in the generate_keyword.py file. Reported by: Sanket Mehta, Khushboo Vashipull/3/head
parent
71a69f1dd4
commit
3ca29b18b5
|
@ -875,7 +875,7 @@ class Driver(BaseDriver):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# COL_NAME_KEYWORD
|
# COL_NAME_KEYWORD
|
||||||
if forTypes and category == 3:
|
if forTypes and category == 1:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue