Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/95587


Change subject: pass pep8 E128 (continuation lines under-indented)
......................................................................

pass pep8 E128 (continuation lines under-indented)

Change-Id: If82afaf4ceab5e7d1a57624b4a7b75a7b6d364e3
---
M geturls/geturls.py
M swiftrepl/swiftrepl.py
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/software 
refs/changes/87/95587/1

diff --git a/geturls/geturls.py b/geturls/geturls.py
index f1984f7..9efe3c0 100755
--- a/geturls/geturls.py
+++ b/geturls/geturls.py
@@ -246,8 +246,8 @@
                 excval = 0
             print(" %9s: %5s  (%2s%%)  |  %5s  (%2s%%)  |  %5s  (%2s%%)" %
                   (key, sucval, int(float(sucval) / num_durs['success'] * 100),
-                  failval, int(float(failval) / num_durs['failed'] * 100),
-                  excval, int(float(excval) / num_durs['exceptions'] * 100)))
+                   failval, int(float(failval) / num_durs['failed'] * 100),
+                   excval, int(float(excval) / num_durs['exceptions'] * 100)))
 
     # call out to the net and retrieve the URL
     # record failures, throw away success
diff --git a/swiftrepl/swiftrepl.py b/swiftrepl/swiftrepl.py
index c87e814..d230207 100644
--- a/swiftrepl/swiftrepl.py
+++ b/swiftrepl/swiftrepl.py
@@ -87,7 +87,7 @@
     obj._name_check()
     response = obj.container.conn.make_request('GET',
                                                path=[obj.container.name,
-                                               obj.name], hdrs=hdrs)
+                                                     obj.name], hdrs=hdrs)
     if response.status < 200 or response.status > 299:
         buff = response.read()
         raise cloudfiles.errors.ResponseError(response.status, response.reason)

-- 
To view, visit https://gerrit.wikimedia.org/r/95587
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If82afaf4ceab5e7d1a57624b4a7b75a7b6d364e3
Gerrit-PatchSet: 1
Gerrit-Project: operations/software
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to