Split the code of the mountindex command to be able to add tests. Fix the way the children of IndexInstanceNode are accessed. Fixes GitLab issue #518. Thanks to TheOneValen @TheOneValen for the report. Remove newlines from the index name levels before using them as FUSE directories. Fixed duplicated FUSE directory removal.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-05 21:49:52 -04:00
parent 598312c4d3
commit ffbdcef3b4
7 changed files with 354 additions and 201 deletions

View File

@@ -5,5 +5,6 @@ from django.utils.translation import ugettext_lazy as _
class MirroringApp(apps.AppConfig):
has_tests = True
name = 'mirroring'
verbose_name = _('Mirroring')