Skip to content
Snippets Groups Projects
Commit a13039a5 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Document recent changes to XMLFile.

parent 615d177d
No related branches found
No related tags found
No related merge requests found
Pipeline #312800 canceled
......@@ -99,6 +99,7 @@ class XMLFile(File):
False if file is not a XML File, True otherwise
"""
# Emulate FALLBACK_FILE_EXTENSION_SUFFIX = {".xml"}
if not super().recognizes(file) and not file.name.endswith(".xml"):
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment