gnt-cluster: Add hv/disk state to init
[ganeti-local] / lib / utils / wrapper.py
index 6cf1654..256d2f1 100644 (file)
@@ -181,7 +181,7 @@ def ResetTempfileModule():
   a temporary name.
 
   """
-  # pylint: disable-msg=W0212
+  # pylint: disable=W0212
   if hasattr(tempfile, "_once_lock") and hasattr(tempfile, "_name_sequence"):
     tempfile._once_lock.acquire()
     try: