Change in pysim[master]: commands: use python style commends to describe methods

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Oct 31 07:27:18 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/26039 )

Change subject: commands: use python style commends to describe methods
......................................................................

commands: use python style commends to describe methods

Change-Id: Iccc9f01769ee9274d01036d3fbbc161d8bca7628
---
M pySim/commands.py
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/pySim/commands.py b/pySim/commands.py
index 7d09fa9..805fe61 100644
--- a/pySim/commands.py
+++ b/pySim/commands.py
@@ -283,9 +283,8 @@
 			pdu = '80cb000000'
 		return self._tp.send_apdu_checksw(pdu)
 
-	# TS 102 221 Section 11.3.1
 	def retrieve_data(self, ef, tag:int):
-		"""Execute RETRIEVE DATA.
+		"""Execute RETRIEVE DATA, see also TS 102 221 Section 11.3.1.
 
 		Args
 			ef : string or list of strings indicating name or path of transparent EF

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/26039
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Iccc9f01769ee9274d01036d3fbbc161d8bca7628
Gerrit-Change-Number: 26039
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211031/16d90b3f/attachment.htm>


More information about the gerrit-log mailing list