Skip to content

Commit

Permalink
Update xontribs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored and jnoortheen committed Jan 23, 2023
1 parent 1e57bc7 commit 6d02e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xonsh/xontribs.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def xontribs_load(
full_module : -f, --full
indicates that the names are fully qualified module paths and not inside ``xontrib`` package
silent_missing : -s, --silent-missing
do not show warnings about missing xontribs
no warnings about missing xontribs
"""
ctx = {} if XSH.ctx is None else XSH.ctx
res = ExitCode.OK
Expand Down

0 comments on commit 6d02e5d

Please sign in to comment.