Skip to content

Commit aa4fe65

Browse files
Fix indent error in pcsc logic
1 parent bb83a0e commit aa4fe65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ledgerblue/comm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ def getDongle(debug=False):
308308
except Exception:
309309
connection = None
310310
pass
311-
if connection is not None:
312-
return DongleSmartcard(connection, debug)
311+
if connection is not None:
312+
return DongleSmartcard(connection, debug)
313313
else:
314314
# USB HID by default
315315
dev = None

0 commit comments

Comments
 (0)