diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index cb95cc435..bad5c4e01 100755 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -74,6 +74,12 @@ class Fit(object): # to avoid possible detection errors firstLine = re.split("[\n\r]+", string, maxsplit=1)[0] firstLine = firstLine.strip() + + # If we have ".*", firstLine) + if chatDna: + return "DNA", (cls.importDna(chatDna.group(1)),) # If XML-style start of tag encountered, detect as XML if re.match("<", firstLine): return "XML", cls.importXml(string)