OP-3026 - Hound

This commit is contained in:
Petr Kalis 2023-02-16 16:31:27 +01:00
parent 2fce95a9df
commit 43f88ca797

View file

@ -238,7 +238,7 @@ class SettingsHandler(object):
@abstractmethod
def save_change_log(self, project_name, changes, settings_type):
"""Stores changes to settings to separate logging collection.
Args:
project_name(str, null): Project name for which overrides are
or None for global settings.