From 0b7eccc8333ac75a164cac086b5c1067abfd20e1 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Tue, 8 Oct 2024 09:48:10 -0500 Subject: [PATCH] reword docstring --- adabot/circuitpython_bundle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adabot/circuitpython_bundle.py b/adabot/circuitpython_bundle.py index 90c5a87..50722f9 100644 --- a/adabot/circuitpython_bundle.py +++ b/adabot/circuitpython_bundle.py @@ -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(