dexter has uploaded this change for review.

View Change

pySim/pcsc/cosmetic: reformat comment

Change-Id: Ic04bdfbc6727cc670679c377c1afd1de53504b8f
---
M pySim/transport/pcsc.py
1 file changed, 1 insertion(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/74/42474/1
diff --git a/pySim/transport/pcsc.py b/pySim/transport/pcsc.py
index adac6ee..c92a3ba 100644
--- a/pySim/transport/pcsc.py
+++ b/pySim/transport/pcsc.py
@@ -80,8 +80,7 @@

def connect(self):
try:
- # To avoid leakage of resources, make sure the reader
- # is disconnected
+ # To avoid leakage of resources, make sure the reader is disconnected
self.disconnect()

# Make card connection and select a suitable communication protocol

To view, visit change 42474. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ic04bdfbc6727cc670679c377c1afd1de53504b8f
Gerrit-Change-Number: 42474
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>