Skip to content
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

Change arg name for exporting config #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lake-effect
Copy link

Tracks change in new Flask API to fix bug on /generate POST:

return send_from_directory(directory=directory, path='emacs.d.zip')
TypeError: send_from_directory() missing 1 required positional argument: 'path'

This is required for the generate command to continue to work with current Flask. See https://stackoverflow.com/questions/67591467/flask-shows-typeerror-send-from-directory-missing-1-required-positional-argum for what this looks like.

Tracks change in new Flask API to fix bug on /generate POST:

return send_from_directory(directory=directory, path='emacs.d.zip')
TypeError: send_from_directory() missing 1 required positional argument: 'path'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant