Ladsgroup has uploaded a new change for review.
https://gerrit.wikimedia.org/r/291562
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/62/291562/1
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: newchange
Gerrit-Change-Id: I9f7af745d0749237882e08b65d086cadb3fac18c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ladsgroup <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits