Skip to content

Commit

Permalink
glossary_v2.py: fix internal use of deprecated arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 14, 2024
1 parent 6d4ed72 commit ef5fb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyglossary/glossary_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ def _convertPrepare(

self._read(
args.inputFilename,
format=args.inputFormat,
formatName=args.inputFormat,
direct=direct,
**readOptions,
)
Expand Down

0 comments on commit ef5fb4f

Please sign in to comment.