From b4a40d99b23a83eabeed490c0dce52dba31dc7b8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Jun 2020 21:23:08 -0700 Subject: fixes and tweaks from testing locally --- python/sandcrawler/minio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/sandcrawler/minio.py') diff --git a/python/sandcrawler/minio.py b/python/sandcrawler/minio.py index 41dd29a..4126b4b 100644 --- a/python/sandcrawler/minio.py +++ b/python/sandcrawler/minio.py @@ -28,7 +28,7 @@ class SandcrawlerMinioClient(object): ) self.default_bucket = default_bucket - def _blob_path(self, folder, sha1hex, extension, prefix): + def _blob_path(self, folder, sha1hex: str, extension: str, prefix): if not extension: extension = "" if not prefix: -- cgit v1.2.3