Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dosymep committed Sep 29, 2023
1 parent d89ea99 commit d76f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrevitlib/pyrevit/runtime/InvokableDLLEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public override int Execute(ref ScriptRuntime runtime) {
string.Format(
"Can not find type \"{0}\" in assembly \"{1}\"",
className,
scriptAssm.Location
assmFile
));
return resultCode;
}
Expand Down

0 comments on commit d76f3df

Please sign in to comment.