Skip to content

Commit 8994b8c

Browse files
storage: fix whitespaces (e201)
1 parent 38bb031 commit 8994b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exodus/exodus/core/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def clear_prefix(self, prefix=None):
3838
for obj in objects:
3939
self.minio_client.remove_object(settings.MINIO_STORAGE_MEDIA_BUCKET_NAME, obj.object_name)
4040
except MinioException:
41-
logging.exception(f"An error occured with MinIO while clearing prefix '{ prefix }'")
41+
logging.exception(f"An error occured with MinIO while clearing prefix '{prefix}'")
4242

4343
def put_file(self, local_path, remote_name):
4444
"""

0 commit comments

Comments
 (0)