Hello fixeria, laforge, Jenkins Builder,

I'd like you to reexamine a change. Please visit

    https://gerrit.osmocom.org/c/pysim/+/15505

to look at the new patch set (#2).

Change subject: python3 conversion: fix tabs and spaces inconsistency
......................................................................

python3 conversion: fix tabs and spaces inconsistency

Without that fix we have:
  $ python3 pySim-read.py
    File "pySim-read.py", line 135
      try:
         ^
  TabError: inconsistent use of tabs and spaces in indentation

The following command was used to do the conversion:
  sed 's#        #\t#g' -i $(find -name "*.py")

Then the remaining spaces spotted during the review were
addressed manually.

Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
Change-Id: I83f76a8e9b6e36098f16552a0135a8c22dde545f
---
M pySim-prog.py
M pySim-read.py
M pySim/cards.py
M pySim/commands.py
M pySim/transport/__init__.py
5 files changed, 108 insertions(+), 109 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/05/15505/2
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/15505
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I83f76a8e9b6e36098f16552a0135a8c22dde545f
Gerrit-Change-Number: 15505
Gerrit-PatchSet: 2
Gerrit-Owner: gnutoo <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: newpatchset

Reply via email to