ni / niflexlogger-automation-python

The niflexlogger-automation package contains an API (Application Programming Interface) and examples for using Python to automate NI FlexLogger. The automation API supports modifying the configuration of existing FlexLogger projects and controlling the execution of FlexLogger test sessions. The package is implemented in Python. NI created and supports this package.
MIT License
8 stars 6 forks source link

Fix generate_protobuf_classes on Linux #6

Closed gregstoll closed 3 years ago

gregstoll commented 3 years ago

What does this Pull Request accomplish?

Make generate_protobuf_classes on Linux, as globbing works differently.

Why should this Pull Request be merged?

Hopefully fixes the pypi build.

What testing has been done?

Runs on the linux machine I tried it on.

gregstoll commented 3 years ago

Trying to fix the build so I'm merging this now.