Skip to content

Commit 26f3db9

Browse files
committed
fix 'not in bundle' results
1 parent 0119cf9 commit 26f3db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/update_cp_org_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def update_json_file(working_directory, cp_org_dir, output_filename, json_string
203203
repos_by_error = {}
204204

205205
default_validators = [vals[1] for vals in inspect.getmembers(cpy_vals.library_validator) if vals[0].startswith("validate")]
206-
bundle_submodules = []
206+
bundle_submodules = common_funcs.get_bundle_submodules()
207207
validator = cpy_vals.library_validator(default_validators, bundle_submodules, 0.0)
208208

209209
for repo in repos:

0 commit comments

Comments
 (0)