Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Dec 8, 2024
1 parent 7669415 commit 469c40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papermerge/core/features/nodes/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def create_node(
# if user does not specify document's language, get that
# value from user preferences
if pynode.lang is None:
pynode.lang = settings.papermerge__ocr__default_language
pynode.lang = settings.papermerge__ocr__default_lang_code

attrs = dict(
title=pynode.title,
Expand Down

0 comments on commit 469c40b

Please sign in to comment.