This commit is contained in:
blitzmann
2018-05-20 15:58:25 -04:00
parent a8c57bbdeb
commit 1c359fb6ed
10 changed files with 2 additions and 10 deletions

View File

@@ -106,7 +106,7 @@ class ItemEffects(wx.Panel):
If effect file does not exist, create it
"""
effect = self.effects[event.GetText()];
effect = self.effects[event.GetText()]
file_ = os.path.join(config.pyfaPath, "eos", "effects", "%s.py" % effect.handlerName)