From 9d67198ff962487f69cf0a78e7d7f1b3219d22e1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 23 Apr 2018 21:25:33 +0530 Subject: [PATCH] Update path in gen-wcwidth.py --- gen-wcwidth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-wcwidth.py b/gen-wcwidth.py index cc50eea33..c456bfa8c 100755 --- a/gen-wcwidth.py +++ b/gen-wcwidth.py @@ -256,7 +256,7 @@ def gen_ucd(): raise ValueError('The mark for 0xfe0e has changed, you have to update VS15 to {} and VS16 to {} in unicode-data.h'.format( rmap[0xfe0e], rmap[0xfe0f] )) - with open('kittens/url_hints/url_regex.py', 'w') as f: + with open('kittens/hints/url_regex.py', 'w') as f: f.write("url_delimiters = '{}' # noqa".format(''.join(classes_to_regex(cz))))