fix accidental revert of f42bea06a8

datasets
hartytp 2022-01-24 18:18:32 +00:00 committed by Tom Harty
parent 301c734fb6
commit 2ef16331ea
1 changed files with 0 additions and 5 deletions

View File

@ -116,11 +116,6 @@ class DatasetManager:
self._broadcaster.publish = ddb.update
def set(self, key, value, broadcast=False, persist=False, archive=True):
if key in self.archive:
logger.warning("Modifying dataset '%s' which is in archive, "
"archive will remain untouched",
key, stack_info=True)
if persist:
broadcast = True