Change in osmo-sim-auth[master]: osmo-sim-auth.py:45:9: E113 unexpected indentation

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

Ludovic Rousseau gerrit-no-reply at lists.osmocom.org
Sun Oct 25 13:36:53 UTC 2020


Ludovic Rousseau has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-sim-auth/+/20900 )


Change subject: osmo-sim-auth.py:45:9: E113 unexpected indentation
......................................................................

osmo-sim-auth.py:45:9: E113 unexpected indentation

Change-Id: I0d7d34ea03f267bafc0da173c48440626e03d58b
---
M osmo-sim-auth.py
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sim-auth refs/changes/00/20900/1

diff --git a/osmo-sim-auth.py b/osmo-sim-auth.py
index 939dd40..30cf2dc 100755
--- a/osmo-sim-auth.py
+++ b/osmo-sim-auth.py
@@ -42,9 +42,9 @@
 
     print("\nUMTS Authentication")
     ret = u.authenticate(rand_bin, autn_bin, ctx='3G')
-        if ret == None:
-                print("UMTS Authentication failed")
-                exit(1)
+    if ret == None:
+        print("UMTS Authentication failed")
+        exit(1)
     if len(ret) == 1:
         print("AUTS:\t%s" % b2a_hex(byteToString(ret[0])))
     else:

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-sim-auth/+/20900
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sim-auth
Gerrit-Branch: master
Gerrit-Change-Id: I0d7d34ea03f267bafc0da173c48440626e03d58b
Gerrit-Change-Number: 20900
Gerrit-PatchSet: 1
Gerrit-Owner: Ludovic Rousseau <ludovic.rousseau+osmocom at free.fr>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201025/0d9e5b58/attachment.htm>


More information about the gerrit-log mailing list