Henrik Grimler
6 years ago
committed by
Fredrik Fornwall
2 changed files with 14 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||
--- ../__main__.py.orig 2018-12-28 15:18:49.567468833 +0100
|
|||
+++ ./asciinema/__main__.py 2018-12-28 15:19:17.550800251 +0100
|
|||
@@ -50,10 +50,6 @@
|
|||
|
|||
|
|||
def main(): |
|||
- if locale.nl_langinfo(locale.CODESET).upper() != 'UTF-8':
|
|||
- print("asciinema needs a UTF-8 native locale to run. Check the output of `locale` command.")
|
|||
- sys.exit(1)
|
|||
-
|
|||
try: |
|||
cfg = config.load() |
|||
except config.ConfigError as e: |
Loading…
Reference in new issue