*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit a04ec6bb authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Reformat with black

parent 923d1eb8
No related branches found
No related tags found
1 merge request!14CLI command for reports about the number of records
......@@ -46,7 +46,7 @@ def get_zombie_files(location):
"""Get a list of files in the given Location that aren't referenced in the DB."""
# see which files are on disk at the given location
all_files = []
for (p, _, files) in os.walk(location.uri):
for p, _, files in os.walk(location.uri):
all_files += [os.path.join(p, f) for f in files]
# filter out those files that invenio has knowledge about
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment