We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a34ff commit 5b6acfbCopy full SHA for 5b6acfb
tests/test_general.py
@@ -2184,4 +2184,4 @@ def process_document(document):
2184
2185
def test_4746():
2186
archive = pymupdf.Archive('.')
2187
- archive.add('foo', __file__)
+ archive.add(__file__, 'foo')
0 commit comments