ArielGlenn has uploaded a new change for review.

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


Change subject: fix typo that broke decomm racktables host check
......................................................................

fix typo that broke decomm racktables host check

Change-Id: I9937d104cd094d6a16cf8c5f2589a07068040553
---
M checkhosts/HSources.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/software 
refs/changes/86/97686/1

diff --git a/checkhosts/HSources.py b/checkhosts/HSources.py
index 88f0ec2..974c03d 100644
--- a/checkhosts/HSources.py
+++ b/checkhosts/HSources.py
@@ -582,7 +582,7 @@
             return
 
         query = ("SELECT RackObject.name FROM RackObject,Rack,RackSpace,Row "
-                 "WHERE RackObject.id = RackSpace.object_id"
+                 "WHERE RackObject.id = RackSpace.object_id "
                  "AND RackSpace.rack_id = Rack.id "
                  "AND Row.id = Rack.row_id AND Row.name = \"decommissioned\" 
;")
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9937d104cd094d6a16cf8c5f2589a07068040553
Gerrit-PatchSet: 1
Gerrit-Project: operations/software
Gerrit-Branch: master
Gerrit-Owner: ArielGlenn <ar...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to