MAINT: get_info s3df compatibility #179
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
get_info
toget_info.py
and wrap in aget_info
bash scriptget_info
Motivation and Context
How Has This Been Tested?
I set my
PATH
to my clone of engineering tools and removed the previous tagged engineering tools from myPATH
. Then I verified functionality and failure modes on both systems:Basic functionality (using get_lastRun): It's the same results in each system which is a good sign.
Basic functionality using the script directly seems to work too:
Error state if the python interpreters are both not found (by modifying the script to look for the wrong ones): It tells you why it isn't running and what it tried to use.
Error codes from get_info.py are properly passed to get_info:
Where Has This Been Documented?
Only here, in the release notes later, and in the jira ticket