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
In latest master as of this writing (f4781fc), the guard at
master
fluffi/srv/fluffi/data/fluffiweb/app/controllers.py
Line 1365 in f4781fc
inside insertFormInputForConfiguredInstances watches over every line until:
insertFormInputForConfiguredInstances
Line 1396 in f4781fc
This leads to the backend ignoring the number of requested LMs in the posted form while returning a success message to be displayed in the browser.
The text was updated successfully, but these errors were encountered:
Thanks for pointing out this bug. It will be fixed with PR #242
Sorry, something went wrong.
jones718
Successfully merging a pull request may close this issue.
In latest
master
as of this writing (f4781fc), the guard atfluffi/srv/fluffi/data/fluffiweb/app/controllers.py
Line 1365 in f4781fc
inside
insertFormInputForConfiguredInstances
watches over every line until:fluffi/srv/fluffi/data/fluffiweb/app/controllers.py
Line 1396 in f4781fc
This leads to the backend ignoring the number of requested LMs in the posted form while returning a success message to be displayed in the browser.
The text was updated successfully, but these errors were encountered: