diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-03 18:01:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-04 09:51:11 +0200 |
commit | a35e532a2d16dce25854b7c3cf27cc3a96a00b8e (patch) | |
tree | 42d58df684a679dfeb473fd8ac44c80755f3325f /include | |
parent | 9db36aac932f688adc492a90a7cd4b350dd19ed8 (diff) |
Fix PythonTest_pyuno_pytests_insertremovecells on Windows
...where the original code caused an "Unsupported URL <file://C%3A/...>" error,
while just using pathname2url instead of quote caused "Unsupported URL
<file:///C://...>", so had to add the silly re.sub. Hopefully keeps working
with all sorts of Python 2 and 3 that we want to support. (And is there really
no better way to convert a pathname to a file URL in Python?)
Change-Id: I43f450707fe5206a1e6b91918962d2d90a880463
Reviewed-on: https://gerrit.libreoffice.org/43092
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions