G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Fix filename metadata write #231

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

Writing metadata at the same time as the annex-add function was interfering with the add process. We now do the two operations (add and set metadata) in order.

Fixes #230