Skip to content

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