Fix bug where optimization disabled didn't return a value.

This commit is contained in:
Sei Lisa 2014-07-31 05:39:20 +02:00
parent e5714eba25
commit 5bedc17b73

View file

@ -566,7 +566,7 @@ class optimizer(object):
"""
if 'optimize' not in options:
return
return treesymtab
self.foldtabs = 'foldtabs' in options