We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8874b4 commit 182d863Copy full SHA for 182d863
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