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
intermine_boot is nearly mine-agnostic; we just need to use _get_mine_name in two more places:
_get_mine_name
https://github.com/intermine/intermine_boot/blob/6b155b468381e99c93b374b9043ea1c3a5e409da/intermine_boot/archive.py
intermine_boot/intermine_boot/commands.py
Line 36 in a3d5fb7
I recommend moving and renaming _get_mine_name to utils.py as get_mine_name, since it will no longer be private to that namespace.
get_mine_name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
intermine_boot is nearly mine-agnostic; we just need to use
_get_mine_name
in two more places:https://github.com/intermine/intermine_boot/blob/6b155b468381e99c93b374b9043ea1c3a5e409da/intermine_boot/archive.py
intermine_boot/intermine_boot/commands.py
Line 36 in a3d5fb7
I recommend moving and renaming
_get_mine_name
to utils.py asget_mine_name
, since it will no longer be private to that namespace.The text was updated successfully, but these errors were encountered: