We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d8503 commit d9a8b6aCopy full SHA for d9a8b6a
1 file changed
src/scanpy/readwrite.py
@@ -1157,7 +1157,7 @@ def is_valid_filename(
1157
raise ValueError(msg)
1158
return ext if return_ext else True
1159
if len(ext_from_file) > 2:
1160
- logg.warning(
+ logg.debug(
1161
f"Your filename has more than two extensions: {ext_from_file}.\n"
1162
f"Only considering the two last: {ext_from_file[-2:]}."
1163
)
0 commit comments