Skip to content
Snippets Groups Projects
Commit 4f606f93 authored by Haak, R. (Romeo)'s avatar Haak, R. (Romeo)
Browse files

Added important comment to save_results function

parent f0e39377
No related branches found
No related tags found
1 merge request!82Sc 129/wrapper
......@@ -147,14 +147,13 @@ class Controller:
self._view.update_message('comparison complete')
self._view.button_status("compare", "disabled")
def _save_results(self):
def _save_results(self): #TODO: This function will not work as of now, something for later.
"""Save analysis results to file. If there is multiple results,
save those.
"""
if not self._model.analysis_complete():
self._view.update_message('no comparison')
else:
if self._model.multi_results:
path = self._view.ask_save_location()
results = self._model.multi_results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment