Skip to content

Commit

Permalink
Update src/pineko/cli/fonll.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hekhorn <[email protected]>
  • Loading branch information
andreab1997 and felixhekhorn authored Oct 19, 2023
1 parent 6d38acb commit 6d87995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pineko/cli/fonll.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@ def fonll_tcards(theoryid, cfg):
tcard_parent_path = theory_card.path(theoryid).parent
if "FONLL" not in tcard["FNS"]:
raise TheoryCardError("The theorycard does not correspond to an FONLL scheme.")
_ = fonll.produce_fonll_tcards(tcard, tcard_parent_path, theoryid)
fonll.produce_fonll_tcards(tcard, tcard_parent_path, theoryid)
return

0 comments on commit 6d87995

Please sign in to comment.