Fix set score rendering
This commit is contained in:
@@ -123,7 +123,6 @@ async def get_or_create_set_score(tune_set: playlists.Set) -> playlists.SetScore
|
||||
# No score exists, so we need to create it
|
||||
set_source = lilypond_source.set_source(tune_set=lilypond_set)
|
||||
out_filepath = files_service.get_set_filename(set_score_hash)
|
||||
print("Out filepath: ", str(out_filepath))
|
||||
async with files_service.tmp_file(content=set_source) as source_filepath:
|
||||
if not pdf_filepath.exists():
|
||||
pdf_result = await lilypond_render.render_file(
|
||||
|
||||
Reference in New Issue
Block a user