Change in osmo-sim-auth[master]: osmo-sim-auth.py:67:6: E225 missing whitespace around operator

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/+/20899 )


Change subject: osmo-sim-auth.py:67:6: E225 missing whitespace around operator
......................................................................

osmo-sim-auth.py:67:6: E225 missing whitespace around operator

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



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

diff --git a/osmo-sim-auth.py b/osmo-sim-auth.py
index 3305995..939dd40 100755
--- a/osmo-sim-auth.py
+++ b/osmo-sim-auth.py
@@ -64,7 +64,7 @@
 
 
 def handle_sim(options, rand_bin):
-    s= SIM()
+    s = SIM()
     if not s:
         print("Error opening SIM")
         exit(1)
@@ -85,7 +85,7 @@
 
 
 def handle_sim_info(options):
-    s= SIM()
+    s = SIM()
     if not s:
         print("Error opening SIM")
         exit(1)

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-sim-auth/+/20899
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: I63e6c90ab8ba7217933d42756630b809653505df
Gerrit-Change-Number: 20899
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/87aa6ff9/attachment.htm>


More information about the gerrit-log mailing list