diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2020-08-27 19:23:25 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2020-08-27 19:23:25 +0200 |
commit | 4aa027030c3d404f5094d74f55182236c6b0f3b9 (patch) | |
tree | ea36d1218f6b7cbc17a7c4be1716a8eaa9223b70 | |
parent | 29e595d8172264bb2bfd0509f0469bc9244466c4 (diff) | |
download | epubgrep-4aa027030c3d404f5094d74f55182236c6b0f3b9.tar.gz |
Remove unnecessary line
-rwxr-xr-x | epubgrep.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/epubgrep.py b/epubgrep.py index 7f35c1a..0b960a2 100755 --- a/epubgrep.py +++ b/epubgrep.py @@ -130,7 +130,6 @@ def main(): args.count, args.color): filename for filename in args.files} for future in concurrent.futures.as_completed(fut_to_fname): - fname = fut_to_fname[future] try: data = future.result() if data: |