We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a tool to add basic recipes in the right place replacing previous instrument name with new one.
apero/tools/dev/apero_add_instrument.py
The text was updated successfully, but these errors were encountered:
Todo deal with:
element.edits['title'].content = 'APERO DrsFile definitions for {INSTRUMENT}' element.edits['title'].current_content = '{INSTRUMENT}' element.edits['title'].new_content = '{INSTRUMENT}'
need to find {INSTRUMENT} in the text and replace it with new {INSTRUMENT}
{INSTRUMENT}
Sorry, something went wrong.
njcuk9999
No branches or pull requests
Add a tool to add basic recipes in the right place replacing previous instrument name with new one.
apero/tools/dev/apero_add_instrument.py
The text was updated successfully, but these errors were encountered: