Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 9e3a210

Browse files
committed
wip
1 parent 40f0559 commit 9e3a210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.librarian/generator-input/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
clean_up_generated_samples = True
2929

30-
for library in "v1":
30+
for library in s.get_staging_dirs("v1"):
3131
if clean_up_generated_samples:
3232
shutil.rmtree("samples/generated_samples", ignore_errors=True)
3333
clean_up_generated_samples = False

0 commit comments

Comments
 (0)