Commit 6ad250dd authored by Duggan, John's avatar Duggan, John
Browse files

Only attempt to render f files

parent 60c160ff
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ class IPSFastranTool(BasicTool):
            dataset.store = collection.store

            path = element["element_identifier"]
            if path.startswith("f"):
                dataset.download(path)
                paths.append(path)