Merge remote-tracking branch 'origin/saving_data' into saving_data

This commit is contained in:
2019-08-02 15:55:08 +02:00
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -42,8 +42,9 @@ try:
_subject = user_input[1]
subject_get = subject.get_subject(subjects, _subject)
user_IO.user_output(subject_get.return_average_subject)
elif input_or_output == "exit":
break
raise SystemError
except Exception as e:
print('ERROR' + str(e))