diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-02-01 17:07:54 +0000 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2022-02-01 17:07:54 +0000 |
commit | 3b89f197710e6373d7736dc5463a44f4c31783db (patch) | |
tree | 7f249b76d4f8d579e70edb5198709c4dcae1b843 /epubgrep.py | |
parent | ac954b825bf22851fad303e33bd27f76ab70c510 (diff) | |
parent | 051db327fb1c21032f39e9a2c9272b3a9c65b8a9 (diff) | |
download | epubgrep-3b89f197710e6373d7736dc5463a44f4c31783db.tar.gz |
Merge branch 'fix_tests' into 'master'
Fix tests
See merge request mcepl/epubgrep!1
Diffstat (limited to 'epubgrep.py')
-rwxr-xr-x | epubgrep.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epubgrep.py b/epubgrep.py index b6c3720..8afbf54 100755 --- a/epubgrep.py +++ b/epubgrep.py @@ -85,7 +85,7 @@ def _singleline_search(inf, sought_RE, out_title, filename, counting, def _metadata_search(mdata: dict, sre: re.Pattern, fname: str, - col: bool) -> str: + col: bool) -> str: """ Search through metadata, not text. |