Skip to content

Commit

Permalink
Update GSA_Adapter/Convert/ToGsa/_ToGsa.cs
Browse files Browse the repository at this point in the history
<3

Co-authored-by: Fraser Greenroyd <[email protected]>
  • Loading branch information
IsakNaslundBh and Fraser Greenroyd committed Jun 4, 2021
1 parent 167e8ad commit 4e5bc97
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions GSA_Adapter/Convert/ToGsa/_ToGsa.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ public static string ToGSACleanName(this string name)

/***************************************************/

[Description("Raises a warning for types not supported")]
[Input("type", "The type not supported")]
[Input("category", "The object category to raise a warning for. Defaults to object")]
[Description("Raises a warning for types not supported.")]
[Input("type", "The type not supported.")]
[Input("category", "The object category to raise a warning for. Defaults to object.")]
public static void NotSupportedWarning(Type type, string category = "Objects")
{
Engine.Reflection.Compute.RecordWarning(category + " of type " + type.FullName + " are not supported in the GSA Adapter");
Expand Down Expand Up @@ -128,4 +128,3 @@ public static string ToGsaString(this Panel obj, string index)
/***************************************/
}
}

0 comments on commit 4e5bc97

Please sign in to comment.