Parcourir la source

Merge pull request #1813 from jakesmith/gh-1805

gh-1805 - Child query reading XML dataset failure

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman il y a 13 ans
Parent
commit
aa1e0c02a9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      thorlcr/graph/thgraph.cpp

+ 1 - 0
thorlcr/graph/thgraph.cpp

@@ -348,6 +348,7 @@ bool isDiskInput(ThorActivityKind kind)
     switch (kind)
     switch (kind)
     {
     {
         case TAKcsvread:
         case TAKcsvread:
+        case TAKxmlread:
         case TAKdiskread:
         case TAKdiskread:
         case TAKdisknormalize:
         case TAKdisknormalize:
         case TAKdiskaggregate:
         case TAKdiskaggregate: