Skip to content

Commit 68a457a

Browse files
Update conf.py
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 6da61e3 commit 68a457a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@
172172
with open("include/release-cycle.json", encoding="UTF-8") as _f:
173173
_cycle = json.load(_f)
174174

175-
_main_version = next(version for version, data in _cycle.items() if data.get("branch") == "main")
175+
_main_version = next(version for version, data in _cycle.items()
176+
if data.get("branch") == "main")
176177

177178
# prolog and epilogs
178179
rst_prolog = f"""

0 commit comments

Comments
 (0)