diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-20 20:25:17 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@gerrit.libreoffice.org> | 2020-07-20 20:25:17 +0200 |
commit | dc48cb72a15eaa6c800b52285f3c2cc9bf3afd36 (patch) | |
tree | 9a91e670c19b0dc397390ad05ee49c303726d05d /dictionaries | |
parent | a3aa7dcea3ee116585ba4086cc3b48883f715043 (diff) |
Update git submodules
* Update dictionaries from branch 'master'
to bdedc84127530fcf71c096ad572bd4306a40b26f
- Fix "invalid escape sequence \w" Python exceptions
(Like
> Python exception: <class 'SyntaxError'>: invalid escape sequence \w (lightproof_impl_en.py, line 126), traceback follows
> File "instdir/program/pythonloader.py", line 133, in activate
> mod = self.getModuleFromUrl( locationUrl )
> File "instdir/program/pythonloader.py", line 101, in getModuleFromUrl
> exec(codeobject, mod.__dict__)
> File "instdir/share/extensions/dict-en/Lightproof.py", line 6, in <module>
> from lightproof_impl_en import locales
> File "instdir/program/uno.py", line 345, in _uno_import
> return _builtin_import(name, *optargs, **kwargs)
I noticed e.g. during UITest_writer_tests3.) Appears those suspicious escapes
were present ever since 2214a3731aaffc4a51d1c712dbee553a0ba35af0 "Hungarian
sentence checking", 95445a70a29c6a1166a19f483566f2c9cfc7563b "English sentence
checking", and c9cdf3fb4752e8b0c641a3aff15d554135beb0e7 "Add Russian grammar
checking + update English and Hungarian".
Change-Id: Ia2af7e0adb00b4737b22d460dd75fa47a4ae70d5
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/99047
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'dictionaries')
m--------- | dictionaries | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/dictionaries b/dictionaries -Subproject d4a80b15edc905f6e1213fa8d95300b8299fffe +Subproject bdedc84127530fcf71c096ad572bd4306a40b26 |