Skip to content

Commit

Permalink
Fix Windows bug
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Apr 28, 2018
1 parent 6c50296 commit ede7da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/web.py
Expand Up @@ -67,7 +67,6 @@ def model():
Loads the dumped data, deletes the temporary data, and renders the model page.
"""
data = application.utils.load_data(TEMPDIR)
shutil.rmtree(TEMPDIR) # Removing the tempdir
return flask.render_template('model.html', **data)


Expand Down

0 comments on commit ede7da9

Please sign in to comment.