Skip to content

Commit cf524f0

Browse files
committed
Explicitly setting in_trash=False when registering bag
1 parent 4517bf3 commit cf524f0

File tree

1 file changed

+1
-0
lines changed
  • rbb_tools/src/rbb_tools/commands

1 file changed

+1
-0
lines changed

rbb_tools/src/rbb_tools/commands/index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def register_bag_file(api, store_name, file):
3838
bag.topics=[]
3939
bag.products=[]
4040
bag.extraction_failure = False
41+
bag.in_trash = False
4142

4243
api.put_bag_meta(store_name, bag.name, bag)
4344

0 commit comments

Comments
 (0)