Skip to content

Commit fdf189c

Browse files
committed
Search for callout library in bin directory if custom location is unspecified
1 parent daebd34 commit fdf189c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isc/py/Callout.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Class isc.py.Callout
22
{
33

4-
Parameter DLL As COSEXPRESSION = "$g(^isc.py.Callout)";
4+
Parameter DLL As COSEXPRESSION = "$g(^isc.py.Callout, $g(^%SYS(""bindir"")) _ ""libhelloworld.dll"")";
55

66
/// Init Python context
77
/// do ##class(isc.py.Callout).Initialize()

0 commit comments

Comments
 (0)