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

laforge gerrit-no-reply at lists.osmocom.org
Wed Oct 28 17:24:29 UTC 2020


laforge has submitted this change. ( 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(-)

Approvals:
  fixeria: Looks good to me, approved
  laforge: Looks good to me, approved; Verified



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: rousseau <ludovic.rousseau+osmocom at free.fr>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201028/4222ad3a/attachment.htm>


More information about the gerrit-log mailing list