robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

Fixed typo in GetSubTables() causing error #84

Closed Nolan1324 closed 3 years ago

Nolan1324 commented 3 years ago

Resolves the following error when calling GetSubTables on a NetworkTable object:

ArgumentOutOfRangeException: Specified argument was out of the range of valid values.

Reproduction:

using FRC.NetworkTables;
...
NetworkTableInstance.GetTable("SmartDashboard").GetSubTables(); //This causes the error
ThadHouse commented 3 years ago

This repo needs to be archived, and everything is now in the wpilib repo, which you have a PR for.