aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-09-12 01:46:25 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-09-15 15:53:02 +0200
commit84d2cb3cb3dd48fa98054ab786df0f2a66f575e4 (patch)
tree98508c16d30254b4652e56ab593dc4dde15ad65b /README.md
parent7592eeea5943cff129514beb376d8269a999aa5e (diff)
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@cyberdimension.org> Change-Id: I83f76a8e9b6e36098f16552a0135a8c22dde545f
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions