DynamoDS / RevitTestFramework

Unit Testing on Revit
119 stars 81 forks source link

Replace Unknown #74

Closed QilongTang closed 6 years ago

QilongTang commented 6 years ago

I found that in certain cases, when runner calling APIs in RevitAddInUtility.dll to query installed Revit products info, the version of Revit product can be "Unknown" which is making the AllUsersAddInFolder path variable to be not accessible.

This PR aims to replace the broken path to a searchable one.

FYI: @mjkkirschner @sharadkjaiswal

mjkkirschner commented 6 years ago

LGTM