Fixed latex file path generation

This commit is contained in:
Carlos Galindo 2020-10-14 14:30:00 +02:00
parent 094a9b093f
commit 5e3ca2ad3a

View file

@ -113,7 +113,7 @@ class SongLoader:
author=read_property(re_song_begin_match.group(2), "by"),
origin=read_property(re_song_begin_match.group(2), "m"),
category=self.category,
latex_file=song_file)
latex_file=song_file[song_file.index('/')+1:])
transpose = 0
memory = None
memorizing = False