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

Use "python" instead of "python3" #5

Closed gregstoll closed 3 years ago

gregstoll commented 3 years ago

What does this Pull Request accomplish?

Since we're on Windows now, run with "python" instead of "python3".

Why should this Pull Request be merged?

Attempt to fix publishing pypi package.

What testing has been done?

None

gregstoll commented 3 years ago

Since this is a trivial change, I'm going to merge the PR now - feel free to review later.