Skip to content

Commit

Permalink
#1390, #1432: Remaining get_two_letter_dir import
Browse files Browse the repository at this point in the history
  • Loading branch information
susanodd committed Dec 13, 2024
1 parent 6ad5192 commit 9b857e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signbank/video/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def get_video_file_path(instance, filename, nmevideo=False, perspective='', offs
(base, ext) = os.path.splitext(filename)

idgloss = instance.gloss.idgloss
from signbank.tools import get_two_letter_dir
two_letter_dir = get_two_letter_dir(idgloss)

video_dir = settings.GLOSS_VIDEO_DIRECTORY
Expand Down

0 comments on commit 9b857e3

Please sign in to comment.