1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

Fixing linker errors

This commit is contained in:
Ravind Kumar
2023-11-03 13:10:25 -04:00
parent eb94513104
commit 7119ca6a90

View File

@@ -292,7 +292,7 @@ class MinioObject(ObjectDescription):
# If construct is nested, prefix the current prefix
prefix = self.env.ref_context.get('minio:object', None)
fullname = member
fullname = member.replace(' ','.')
if prefix:
fullname = '.'.join([prefix, member])