style: Unused variable
This commit is contained in:
parent
c8a80a2e4d
commit
ef30490865
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ def get_breadcrumbs(folder):
|
|||
path = folder.split('/')
|
||||
|
||||
folders = []
|
||||
for i, p in enumerate(path):
|
||||
for i, _ in enumerate(path):
|
||||
indexes = range(0, i)
|
||||
folder = '/'.join([path[i] for i in indexes])
|
||||
if folder:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue