Skip to content

Commit

Permalink
use singular
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored and pvandyken committed Feb 4, 2023
1 parent 21d4e68 commit d9687b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/core/input_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def _get_lists_from_bids(

# now, check to see if unique
if len(paths) == 0:
_logger.warning("No input files found for %s", input_name)
_logger.warning("No input file found for %s", input_name)
continue
try:
path = itx.one(paths)
Expand Down

0 comments on commit d9687b2

Please sign in to comment.