@ikeough - found the first bug by pure luck.
I rearranged the folder structure of the test files and renamed some of the subfolders.
Some of the folder names now contained whitespaces.
The path in the resulting journal file will look like this:
C:\temp\DynamoAutomation\slave/graphs\Revit2016\CountWalls.dyn
So it turned slave graphs into slave/graphs.
Revit will not be able to find a Revit model with such a path nor will the Dynamo addin find a graph with such a path.
@ikeough - found the first bug by pure luck.
I rearranged the folder structure of the test files and renamed some of the subfolders.
Some of the folder names now contained whitespaces.
The path in the resulting journal file will look like this:
So it turned
slave graphsintoslave/graphs.Revit will not be able to find a Revit model with such a path nor will the Dynamo addin find a graph with such a path.