diff options
Diffstat (limited to 'test/test_static.py')
-rw-r--r-- | test/test_static.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_static.py b/test/test_static.py index de8b71cc..a65928ca 100644 --- a/test/test_static.py +++ b/test/test_static.py @@ -134,6 +134,9 @@ class TestStatic(TestApplicationProto): open(temp_dir + '/ф а', 'a').close() utf8 = True + except KeyboardInterrupt: + raise + except: utf8 = False |