Skip to content

Commit 75afb0e

Browse files
committed
format
1 parent 9a6cc22 commit 75afb0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pretext/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"mermaid": ".//mermaid",
142142
"myopenmath": ".//myopenmath",
143143
"dynamic-subs": ".//statement[.//fillin and ancestor::exercise/evaluation]",
144-
"references": ".//biblio"
144+
"references": ".//biblio",
145145
}
146146
ASSETS = ["ALL"] + list(ASSET_TO_XPATH.keys())
147147

pretext/project/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ def generate_assets(
12091209
log.error(f"Unable to generate some datafiles:\n {e}")
12101210
log.debug(e, exc_info=True)
12111211
# The following code will eventually be needed, but for now, we leave as a placeholder.
1212-
#if "references" in assets_to_generate and debug_references:
1212+
# if "references" in assets_to_generate and debug_references:
12131213
# try:
12141214
# core.references(
12151215
# xml_source=self.source_abspath(),

0 commit comments

Comments
 (0)