FlexBE / flexbe_app

The classic user interface (editor + runtime control) for the FlexBE behavior engine. See the flexbe_webui for latest
BSD 3-Clause "New" or "Revised" License
48 stars 49 forks source link

State paramter not found #7

Closed mklomp closed 7 years ago

mklomp commented 7 years ago

The app does not reognize the state's parameter when you create it without a whitespace:

def __init__(self,target_time):

While it does recognize it when the whitespace is added:

def __init__(self, target_time):

pschillinger commented 7 years ago

Indeed, thank you for pointing this out. Will be fixed soon.