Browse Source

notify if a score is not recorded

George C. Privon 6 years ago
parent
commit
0b85d532b5
2 changed files with 7 additions and 0 deletions
  1. 6 0
      CHANGELOG.md
  2. 1 0
      cgame.py

+ 6 - 0
CHANGELOG.md

@@ -2,6 +2,12 @@
 
 ## 0.4 Series
 
+### 0.4.x (in progress)
+
+#### Enhancements
+
+* Note when a score has not been recorded.
+
 ### 0.4.3 (22 May 2019)
 
 #### Enhancements

+ 1 - 0
cgame.py

@@ -395,6 +395,7 @@ class cgame:
         _sys.stdout.write(' with ' + score['tokens'] + '.\n')
         answer = input("Is this correct? (y/n) ")
         if not _re.match('y', answer, _re.IGNORECASE):
+            _sys.stdout.write("Note: score not recorded.\n")
             return 1
 
         # now construct a SQL query