File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -282,8 +282,8 @@ def RequestFloatingLicense():
282
282
raise LexFloatClientException (status )
283
283
284
284
@staticmethod
285
- def SetPermissionFlag (flags ):
286
- """Sets the permission flags .
285
+ def SetPermissionFlag (flag ):
286
+ """Sets the permission flag .
287
287
288
288
This function must be called on every start of your program after SetHostProductId()
289
289
function in case the application allows borrowing of licenses or system wide activation.
@@ -301,7 +301,7 @@ def SetPermissionFlag(flags):
301
301
Raises:
302
302
LexFloatClientException
303
303
"""
304
- status = LexFloatClientNative .SetPermissionFlag (flags )
304
+ status = LexFloatClientNative .SetPermissionFlag (flag )
305
305
if LexFloatStatusCodes .LF_OK != status :
306
306
raise LexFloatClientException (status )
307
307
You can’t perform that action at this time.
0 commit comments