G-Node / gin-cli

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

When checking for merge errors, adapt the conditional to also include `err` from the outer scope #287

Open achilleas-k opened 4 years ago

achilleas-k commented 4 years ago

Adapt the sync and merge error checks in AnnexPull and AnnexSync to also include err from the outer scope and use different names for the errors in the function to improve readability.

Originally posted by @mpsonntag in https://github.com/G-Node/gin-cli/pull/282