Skip to content

Commit 30b0bab

Browse files
committed
use meeting
1 parent a8bf7bb commit 30b0bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/dir_listing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ def fetch_summary(meeting):
6363
session_md = session_md.replace(f"# {wgname.upper()}", "")
6464
summary.append(session_md)
6565
summary_md = "\n\n".join(summary)
66-
with open(f"{dir_.name}/summary.md", 'w') as fh:
66+
with open(f"{meeting}/summary.md", 'w') as fh:
6767
fh.write(summary_md)
68-
return f"[summary]({dir_.name}/summary.md)"
68+
return f"[summary]({meeting}/summary.md)"
6969
return None
7070

7171
def filter_thing(thing):

0 commit comments

Comments
 (0)