Change in pysim[master]: (WIP/CHECK): dump parsed arguments

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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Sat Oct 27 22:55:46 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/11485


Change subject: (WIP/CHECK): dump parsed arguments
......................................................................

(WIP/CHECK): dump parsed arguments

Change-Id: I08ddaf2040328aedb714debaf15707279cd7a0e3
---
M pySim-prog.py
M pySim-read.py
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/85/11485/1

diff --git a/pySim-prog.py b/pySim-prog.py
index 8a17d9d..9a0600f 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -565,6 +565,7 @@
 
 	# Parse options
 	opts = parse_options()
+	print(opts)
 
 	# Init card reader driver
 	if opts.pcsc_dev is not None:
diff --git a/pySim-read.py b/pySim-read.py
index 65184ed..995a477 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -73,6 +73,7 @@
 
 	# Parse options
 	opts = parse_options()
+	print(opts)
 
 	# Init card reader driver
 	if opts.pcsc_dev is not None:

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I08ddaf2040328aedb714debaf15707279cd7a0e3
Gerrit-Change-Number: 11485
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181027/4b5d722f/attachment.htm>


More information about the gerrit-log mailing list