Skip to content

Commit

Permalink
Left a comment on some odd behavior when uploading to real instance
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 31, 2020
1 parent 6b421a0 commit fd37d67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dandi/cli/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ def get_item_rec():
# TODO: we need to make this all thread safe all the way
# until uploading the file since multiple threads would
# create multiple
# ATM it even fails with No such folder: 5e33658d6eb14e0bf49e97d5",
# so will first upload one file and then the rest... not sure why
# locking doesn't work
folder_rec = girder.ensure_folder(
client, collection_rec, girder_collection, girder_folder
)
Expand Down

0 comments on commit fd37d67

Please sign in to comment.