Skip to content

Commit 4382fcc

Browse files
committed
added comment
1 parent 04fb332 commit 4382fcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/get_package_shards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def get_packages_to_test():
101101
res = subprocess.check_output(['git', 'diff', '--name-only', git_diff_arg]).decode('utf-8')
102102
changed_files = res.splitlines()
103103
except subprocess.CalledProcessError:
104+
# If change detection fails, fall back to all packages
104105
return all_packages
105106

106107
to_test = []

0 commit comments

Comments
 (0)