Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Mar 17, 2023
1 parent 0d71421 commit f64cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_next/gitremotes/datalad_annex.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ def get_remote_refs(self):
'transferkey', self.refs_key, f'--from={sremote_id}'])
except CommandError as e:
CapturedException(e)
self.log("Remote appears to have no refs")
self.log(f"Remote appears to have no refs {e}")
# download failed, we have no refs
return

Expand Down

0 comments on commit f64cf05

Please sign in to comment.