Skip to content
Snippets Groups Projects

Improved variable names/Less code duplication

Merged Ghost User requested to merge AnalysisToText into master
3 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
0
@@ -41,6 +41,10 @@ class ControllerClass:
self.view.tf2_label["text"] = label_text
def check_for_files(self):
"""Checks whether the two files for analysis have already been
selected. Then it either starts the analysis or tells the user to
choose files.
"""
if self.model.file_1 is None:
self.view.message_label["text"] = "Cannot compare: " \
"No source file selected!"
Loading