mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
Added table of contents to epub.
This commit is contained in:
@@ -279,7 +279,7 @@ def make_gm_sheet(
|
||||
gm_props.pop("sheet_type")
|
||||
if len(gm_props.keys()) > 0:
|
||||
msg = f"Unhandled attributes in '{str(gm_file)}': {','.join(gm_props.keys())}"
|
||||
log.warn(msg)
|
||||
log.warning(msg)
|
||||
warnings.warn(msg)
|
||||
# Produce the combined output depending on the format requested
|
||||
if output_format == "pdf":
|
||||
|
||||
Reference in New Issue
Block a user