Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scanpy/readwrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ def is_valid_filename(
raise ValueError(msg)
return ext if return_ext else True
if len(ext_from_file) > 2:
logg.warning(
logg.debug(
f"Your filename has more than two extensions: {ext_from_file}.\n"
f"Only considering the two last: {ext_from_file[-2:]}."
)
Expand Down
Loading