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

Fix download of a calculation cjson data #191

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alesgenova
Copy link
Member

@alesgenova alesgenova requested a review from cryos May 8, 2020 19:22

def stream():
cherrypy.response.headers['Content-Type'] = Molecule.mime_types['cjson']
yield data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this generator function as we are just yield once?

@cjh1
Copy link
Member

cjh1 commented Dec 11, 2020

@alesgenova Can you respond to the inline comment?

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.

Download of data broken, clicking on file type breaks page
2 participants