fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Epub: only attach images referenced in the text.
[librarian.git]
/
tests
/
test_picture.py
diff --git
a/tests/test_picture.py
b/tests/test_picture.py
index
f97609b
..
7d12b1d
100644
(file)
--- a/
tests/test_picture.py
+++ b/
tests/test_picture.py
@@
-36,7
+36,7
@@
def test_wlpicture():
assert path.exists(wlp.image_path)
- f = wlp.image_file(
'r'
)
+ f = wlp.image_file()
f.close()