Skip to content

Commit

Permalink
reword docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Oct 8, 2024
1 parent eb36053 commit 0b7eccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adabot/circuitpython_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ def add_contributors(master_list, additions):
def test_bundle_build(bundle_dir):
"""
Attempts to build the bundle at the given location.
Returns exit code 0 if success.
Returns exit code >0 if failed to build.
Raises system exit status 0 if successful.
Raises system exit status >0 if failed to build.
"""
with contextlib.chdir(bundle_dir):
build_bundles(
Expand Down

0 comments on commit 0b7eccc

Please sign in to comment.