Skip to content

Commit

Permalink
Fixes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Oct 21, 2023
1 parent 40093e2 commit e9b03d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml2ics.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def files_to_events(files: list) -> (ics.Calendar, str, bool):
if tz is not None:
tz = gettz(tz)
if "include" in calendar_yaml:
included_events, _name = files_to_events(
included_events, _name, _ = files_to_events(
os.path.join(os.path.dirname(f), newfile)
for newfile in calendar_yaml["include"]
)
Expand Down

0 comments on commit e9b03d1

Please sign in to comment.