Skip to content

Commit

Permalink
[WIP] _sopel, build: update submodule & plugin documentation script
Browse files Browse the repository at this point in the history
Upstream, `sopel/modules/` became `sopel/builtins/`, so the script here
to `document_sopel_plugins.py` had to be updated at the same time.

NOTE: This is a WIP commit, not pointing to the final version of 8.0.0!
  • Loading branch information
dgw committed May 27, 2024
1 parent a5dfb6e commit a74fa39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sopel
Submodule _sopel updated 266 files
2 changes: 1 addition & 1 deletion document_sopel_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main(argv=None):
os.sys.path.insert(0, args.sopel_root)

filenames = []
plugins_dir = os.path.join(args.sopel_root, 'sopel', 'modules')
plugins_dir = os.path.join(args.sopel_root, 'sopel', 'builtins')

for fn in os.listdir(plugins_dir):
if fn.endswith('.py') and not fn.startswith('_'):
Expand Down

0 comments on commit a74fa39

Please sign in to comment.