Change in ...pysim[master]: python3 conversion: fix tabs and spaces inconsistency

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

gnutoo gerrit-no-reply at lists.osmocom.org
Sun Sep 15 13:56:35 UTC 2019


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 <GNUtoo at cyberdimension.org>
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 <GNUtoo at cyberdimension.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190915/59edf2e4/attachment.htm>


More information about the gerrit-log mailing list