ni / grpc-device

gRPC server providing remote access to NI device driver APIs.
MIT License
71 stars 50 forks source link

Remove SetRuntimeEnvironment override from niswitch metadata upon metadata update #972

Open ni-jfitzger opened 1 year ago

ni-jfitzger commented 1 year ago

An override was added for SetRuntimeEnvironment to source/codegen/metadata/niswitch/functions_addon.py. The next time that source/codegen/metadata/niswitch/functions.py is updated, it will include SetRuntimeEnvironment and the override should be removed.

AB#2461689