Skip to content

Commit 703b40d

Browse files
ruffed
1 parent 08dfe1a commit 703b40d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bbot_server/modules/server/server_cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ def cleardb(
141141
if asset_store:
142142
stores_to_clear.append(("asset store", self.config.asset_store, "all BBOT asset data"))
143143
if user_store:
144-
stores_to_clear.append(("user store", self.config.user_store, "all BBOT user data, including presets and targets"))
144+
stores_to_clear.append(
145+
("user store", self.config.user_store, "all BBOT user data, including presets and targets")
146+
)
145147

146148
for store_name, store_config, data_desc in stores_to_clear:
147149
db_name = store_config.uri.split("/")[-1]

0 commit comments

Comments
 (0)