diff --git a/sw/tools/primer.py b/sw/tools/primer.py index 6e76d61..172469a 100644 --- a/sw/tools/primer.py +++ b/sw/tools/primer.py @@ -781,7 +781,7 @@ if __name__ == '__main__': Utils.log() try: - if (input('Type YES to continue: ') != 'YES'): + if (input('Type YES to continue: ').upper() != 'YES'): Utils.die('No confirmation received. Exiting') Utils.log() except KeyboardInterrupt: