Skip to content

Commit

Permalink
Processor.zip_input_files must be method not property
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 26, 2020
1 parent 4d5888a commit 20f9f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ocrd/ocrd/processor/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def input_files(self):
))
return ret

@property
def zip_input_files(self, require_first=True):
"""
List tuples of input files (for multiple input file groups).
Expand Down

0 comments on commit 20f9f6b

Please sign in to comment.