Skip to content

Commit a70d622

Browse files
committed
rename to product db to archive
1 parent 236c402 commit a70d622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypernets_processor/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self, processor_config=None, job_config=None, logger=None):
3737
self.logger = logger
3838
self.metadata_db = None
3939
self.anomoly_db = None
40-
self.product_db = None
40+
self.archive_db = None
4141

4242
# Unpack processor_config to set relevant attributes
4343
if processor_config is not None:

0 commit comments

Comments
 (0)