astrofrog / pyavm

Pure-python AVM library
http://astrofrog.github.io/pyavm/
Other
20 stars 9 forks source link

Need to check types on set #3

Closed astrofrog closed 11 years ago

astrofrog commented 12 years ago

The following will cause issues:

avm.Instrument = "Laptop"

because Instrument should be a sequence. To avoid issues like that, we need to check for the type of tags as soon as they are set.

astrofrog commented 11 years ago

This should now work.