pip chokes on Unicode filenames?
This commit is contained in:
+8
-7
@@ -1,7 +1,8 @@
|
||||
/bin
|
||||
/build
|
||||
/dist
|
||||
/include
|
||||
/lib
|
||||
/ocrmypdf.egg-info
|
||||
/staging
|
||||
bin/
|
||||
build/
|
||||
dist/
|
||||
include/
|
||||
lib/
|
||||
ocrmypdf.egg-info/
|
||||
staging/
|
||||
.git/
|
||||
+1
-1
@@ -303,5 +303,5 @@ def test_french():
|
||||
|
||||
def test_klingon():
|
||||
p, out, err = run_ocrmypdf_env(
|
||||
'français.pdf', 'français.pdf', '-l', 'klz')
|
||||
'francais.pdf', 'francais.pdf', '-l', 'klz')
|
||||
assert p.returncode == ExitCode.bad_args
|
||||
|
||||
Reference in New Issue
Block a user