-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate Driver Install Experience within nidaqmx Module for Linux OS (…
…#582) * Create installDAQmx.py Adding file to install DAQmxDriver * Adding nidaqmx driver installation support for Linux * Added dependency distro package * Copy modified files to the generated folder * Check the supported distro version before checking for installed version * Updated poetry lock * ni-python-style guide fix * Copy the latest code * Incorporated review comments * Change variable name * fix import path * Update generated folder * Update src/handwritten/_linux_installation_commands.py Co-authored-by: Zach Hindes <zach@dowhatnow.net> * Update pyproject.toml Co-authored-by: Brad Keryan <brad.keryan@ni.com> * Incorporate review comments * Fix Logic for temporary directory * Fix generated code * Use typing.NamedTuple instead of Callable * Run autogenerated code * Revert "Run autogenerated code" This reverts commit 333a39a. * Revert "Use typing.NamedTuple instead of Callable" This reverts commit 3936454. * refactor _linux_installation_commands.py * Updated generated folder * Update src/handwritten/_linux_installation_commands.py Co-authored-by: Brad Keryan <brad.keryan@ni.com> * Fix naming conventions and remove sudo from command options * Revert "Updated poetry lock" This reverts commit 23b1905. * Updated poetry.lock * Updated generated folder * Updated pyproject.toml * Updated poetry.lock * pulling changes from main * Pulling latest poetry.lock * Merged latest changes for pyproject.toml * Updated poetry.lock * Latest poetry.lock from main * get latest poetry.lock from main * Updated the poetry.lock * getting the latest poetry.lock * Updated poetry.lock * Refactor the code * Update auto generated code * Fix style guide * Fix E711 error * Removing the file that was added by mistake * Fix mypy errors * Fix mypy error for linux * Update generated/nidaqmx/_install_daqmx.py Co-authored-by: mshafer-NI <matthew.shafer@ni.com> * Remove the none case which is not required * Revert "Remove the none case which is not required" This reverts commit 56086b2. * Revert "Update generated/nidaqmx/_install_daqmx.py" This reverts commit b906fe7. * use a generic exception class * Use ValueError instead of GenericException and removed click import since we no longer needed --------- Co-authored-by: Zach Hindes <zach@dowhatnow.net> Co-authored-by: Brad Keryan <brad.keryan@ni.com> Co-authored-by: mshafer-NI <matthew.shafer@ni.com>
- Loading branch information
1 parent
3ac6a1e
commit a133d74
Showing
8 changed files
with
624 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.