Skip to content

Commit

Permalink
fix(linker): change parameter order to match the way we're passing pa…
Browse files Browse the repository at this point in the history
…rameters.
  • Loading branch information
nsantacruz committed Nov 27, 2023
1 parent 738c93c commit a60f866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sefaria/helper/linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class _FindRefsTextOptions:
@attr version_preferences_by_corpus: dict of dicts of the form { <corpus>: { <lang>: <vtitle> }}
"""

debug: bool = False
with_text: bool = False
debug: bool = False
max_segments: int = 0
version_preferences_by_corpus: dict = None

Expand Down

0 comments on commit a60f866

Please sign in to comment.