mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix bug where optimization disabled didn't return a value.
This commit is contained in:
parent
e5714eba25
commit
5bedc17b73
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ class optimizer(object):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if 'optimize' not in options:
|
if 'optimize' not in options:
|
||||||
return
|
return treesymtab
|
||||||
|
|
||||||
self.foldtabs = 'foldtabs' in options
|
self.foldtabs = 'foldtabs' in options
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue