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:
@@ -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])
|
||||
|
Reference in New Issue
Block a user