зеркало из https://github.com/mozilla/bugbug.git
Add missing 'self' in upload_adr_cache method
This commit is contained in:
Родитель
c4f1be3e4a
Коммит
3088bfd1ef
|
@ -82,7 +82,7 @@ class Retriever(object):
|
|||
def __init__(self):
|
||||
os.makedirs("data", exist_ok=True)
|
||||
|
||||
def upload_adr_cache():
|
||||
def upload_adr_cache(self):
|
||||
cache_path = os.path.splitext(ADR_CACHE_DB)[0]
|
||||
assert os.path.abspath(
|
||||
adr.config["cache"]["stores"]["file"]["path"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче