nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
89 stars 19 forks source link

Typo in parameter name - possible bug #276

Closed teskdop closed 1 year ago

teskdop commented 1 year ago

In ksp_compiler.py: self.traverse(ast, parent_funciton=None, function_params=[], parent_families=[]) parent_function is spelt wrong and a search shows this is the only place it shows up with that spelling. I don't know python, but it seems like a bug to me so thought I should mention it.

JackWilliams-FractureSounds commented 1 year ago

Thanks teskdop! Good spot :))