Skip to content

Commit

Permalink
Update man/build_md.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
landam and github-actions[bot] authored Aug 19, 2024
1 parent 6c42777 commit 5ab2d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/build_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def md_files(cls=None, ignore_gui=True):
and (cls != "*" or len(cmd.split(".")) >= 3)
and cmd not in ["full_index.md", "index.md"]
and cmd not in exclude_mods
and (ignore_gui and not cmd.startswith("wxGUI.") or not ignore_gui)
and ((ignore_gui and not cmd.startswith("wxGUI.")) or not ignore_gui)
):
yield cmd

Expand Down

0 comments on commit 5ab2d36

Please sign in to comment.