Commit e10673d
authored
chore(librarian): resolve issue where version file would not be updated in proto-only library (#14675)
This is a fast-follow fix to #14674 to address an incorrect assumption that `Path().rglob` would be empty if no matches were found. We need to explicitly convert the result to a list and check the length of the results.1 parent 5244589 commit e10673d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1092 | 1092 | | |
1093 | 1093 | | |
1094 | 1094 | | |
1095 | | - | |
1096 | | - | |
| 1095 | + | |
| 1096 | + | |
1097 | 1097 | | |
1098 | 1098 | | |
1099 | 1099 | | |
| |||
0 commit comments