Skip to content
Snippets Groups Projects
Commit 30ae3363 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent e59d30c4
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -62,7 +62,7 @@ def rename(changes, chunksize=10): ...@@ -62,7 +62,7 @@ def rename(changes, chunksize=10):
continue continue
cont = db.Container() cont = db.Container()
for ii, (old, new) in chunk.iterrows(): for _, (old, new) in chunk.iterrows():
try: try:
fi = db.File(path=old) fi = db.File(path=old)
fi.retrieve() fi.retrieve()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment