Change in pysim[master]: pySim/filesystem: cosmetic: fix wrong indention

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

fixeria gerrit-no-reply at lists.osmocom.org
Sat Mar 27 00:34:56 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/23514 )


Change subject: pySim/filesystem: cosmetic: fix wrong indention
......................................................................

pySim/filesystem: cosmetic: fix wrong indention

I always find Python's space-based indentation questionable...

Change-Id: Ibc10f335a6db00bcae8b6af36a42bd7830f7cf79
---
M pySim/filesystem.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/14/23514/1

diff --git a/pySim/filesystem.py b/pySim/filesystem.py
index ba94d8f..43afad6 100644
--- a/pySim/filesystem.py
+++ b/pySim/filesystem.py
@@ -704,7 +704,7 @@
     def __init__(self, name, **kw):
         self.name = name
         self.desc = kw.get("desc", None)
-	self.files_in_mf = kw.get("files_in_mf", [])
+        self.files_in_mf = kw.get("files_in_mf", [])
         self.sw = kw.get("sw", [])
         self.applications = kw.get("applications", [])
         self.shell_cmdsets = kw.get("shell_cmdsets", [])

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ibc10f335a6db00bcae8b6af36a42bd7830f7cf79
Gerrit-Change-Number: 23514
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210327/4719d4c1/attachment.htm>


More information about the gerrit-log mailing list