Skip to content

Commit

Permalink
fix bug in nfonll with multiple fktables
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 9, 2024
1 parent dbbf558 commit e3aeba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/fonll.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def assembly_combined_fk(
rich.print(
f"[green]Success:[/] skipping existing FK Table {new_fk_path}"
)
return
continue
produce_combined_fk(
*(
cfgpath(str(name), grid)
Expand Down

0 comments on commit e3aeba2

Please sign in to comment.