@@ -809,7 +809,8 @@ def GetExistingPathsAsDiv(dt):
continue
if not first_dir:
ret +=", "
bits=dir.rel_path.split('-')
# maxsplit 1, means bits[1] can contain dashes
bits=dir.rel_path.split('-',maxsplit=1)
ret+= '{ '
ret+= '"prefix":"' + bits[0] + '-", '
The note is not visible to the blocked user.