Skip to content

Commit

Permalink
Update datalad/ui/dialog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Halchenko <[email protected]>
  • Loading branch information
christian-monch and yarikoptic authored Apr 17, 2024
1 parent 6054947 commit edcb71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad/ui/dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def question(self,
repeat=None):
if not can_prompt():
# we are not interactive
raise RuntimeError('Interactive input not available for `ui.question()` in annex remotes')
raise RuntimeError('A terminal required for interactive input in annex remotes')
return super(UnderAnnexUI, self).question(
text,
title=title,
Expand Down

0 comments on commit edcb71e

Please sign in to comment.