Fix bug where optimization disabled didn't return a value.
This commit is contained in:
@@ -566,7 +566,7 @@ class optimizer(object):
|
||||
"""
|
||||
|
||||
if 'optimize' not in options:
|
||||
return
|
||||
return treesymtab
|
||||
|
||||
self.foldtabs = 'foldtabs' in options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user