Skip to content

Commit

Permalink
migration directory path bugfix (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jun 17, 2022
1 parent 86d14c7 commit 1278b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plantit/plantit/celery_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ def migrate_dirt_datasets(self, username: str):
client.upload(from_path=staging_path, to_prefix=coll_path)

# push a progress update to client
uploads[file.folder][file.name] = ManagedFile(
uploads[coll_title][file.name] = ManagedFile(
id=file.id,
name=file.name,
path=file.path,
Expand Down

0 comments on commit 1278b6f

Please sign in to comment.