robotpy / pynetworktables

Pure python implementation of the FRC NetworkTables protocol
Other
60 stars 30 forks source link

Fixes ValueError #38

Closed FRC2539 closed 7 years ago

FRC2539 commented 7 years ago

When attempting to create an auto-update value that does not overwrite the existing network table value, the value object was passed to the factory instead of that value itself.