Alexandros Kosiaris has submitted this change and it was merged.
Change subject: dynamicproxy: make invisible-unicorn.py python3 compatible
......................................................................
dynamicproxy: make invisible-unicorn.py python3 compatible
Change-Id: I9f7af745d0749237882e08b65d086cadb3fac18c
---
M modules/dynamicproxy/files/invisible-unicorn.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Alexandros Kosiaris: Verified; Looks good to me, approved
diff --git a/modules/dynamicproxy/files/invisible-unicorn.py
b/modules/dynamicproxy/files/invisible-unicorn.py
index d28ab76..c580c0b 100644
--- a/modules/dynamicproxy/files/invisible-unicorn.py
+++ b/modules/dynamicproxy/files/invisible-unicorn.py
@@ -92,7 +92,7 @@
def refresh_route(self, route):
key = 'frontend:' + route.domain
if not (self.redis.exists(key)):
- print "Adding new key: %s " % key
+ print("Adding new key: %s " % key)
self.update_route(route)
def update_route(self, route, old_domain=None):
@@ -248,7 +248,7 @@
for project in projects:
for route in project.routes:
- print "Refreshing route: %s " % route
+ print("Refreshing route: %s " % route)
redis_store.refresh_route(route)
update_redis_from_db()
--
To view, visit https://gerrit.wikimedia.org/r/291562
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9f7af745d0749237882e08b65d086cadb3fac18c
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits