Skip to content

Commit 4448f0c

Browse files
committed
FIX: Missing argument cardInfo.
1 parent a117a6e commit 4448f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyGlobalPlatform_pylib/globalplatformlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def selectChannel(cardInfo, channelNUmber):
332332
"""
333333
If multiple Logical Channels are open or a new Logical Channel is opened with select_application(), selects the Logical Channel.
334334
"""
335-
return gp.OPGP_select_channel(channelNUmber)
335+
return gp.OPGP_select_channel(cardInfo, channelNUmber)
336336

337337
def storeData(context, cardInfo, securityInfo, data):
338338
"""

0 commit comments

Comments
 (0)