jonni83 / smartgarage

1 stars 1 forks source link

DebugPrint #15

Closed riverajo closed 9 years ago

riverajo commented 10 years ago

in bin/parkassist.py, in the ConfigSectionMap() function you are doing something called DebugPrint(). I don't believe that is a built-in and I don't see it imported anywhere, I don't think this will compile.

riverajo commented 10 years ago

Actually that whole function is broken, Config.options() and Config.get() is called but Config is never defined. You seem to switch between a varible called options and option. options is defined but never used and option is used but never defined.

jonni83 commented 10 years ago

you caught me ... I never finished writing this class out and thoroughly testing the config file. this is the next feature i'm trying to implement to make testing a little easier. I may also change the halleffectpair class to just halleffect, as that makes more sense to me. So, having a config should help me keep all the settings organized.

jonni83 commented 9 years ago

i removed all the debugprint statements and implemented the config, as promised