-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
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
When forking Indigo, it appends -indigio multiple times #59
Comments
Well yes, that's because of this function: https://github.com/newliteraciesalliance/tutor-nla-theme/blob/106f0a64f01126995c60d167c8d3fec7ce78651b/nlatheme/plugin.py#L79 |
github-project-automation
bot
moved this from Backlog
to Done
in Tutor project management
Feb 13, 2024
Thanks! I didn't realize that it was frowned upon to have both (or that the
theme created a custom image name)
…On Tue, Feb 13, 2024 at 2:22 AM Régis Behmo ***@***.***> wrote:
Well yes, that's because of this function:
https://github.com/newliteraciesalliance/tutor-nla-theme/blob/106f0a64f01126995c60d167c8d3fec7ce78651b/nlatheme/plugin.py#L79
If you really want to enable both themes at the same time, then you need
to properly handle image naming in your plugin.
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALBHSBYNZDHRMTQI56RC7LYTMPERAVCNFSM6AAAAABDFDYGC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBQG4YTGNZVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When I have both indigo and our
nla-theme
enabled tutor tries to append indigo twice to the image name.NLA Theme: https://github.com/newliteraciesalliance/tutor-nla-theme/tree/nla-v17
tutor launch dev
results inIf I disable one of them, it's able to start up and run.
The text was updated successfully, but these errors were encountered: