Revision b459a848 lib/utils/wrapper.py

b/lib/utils/wrapper.py
181 181
  a temporary name.
182 182

  
183 183
  """
184
  # pylint: disable-msg=W0212
184
  # pylint: disable=W0212
185 185
  if hasattr(tempfile, "_once_lock") and hasattr(tempfile, "_name_sequence"):
186 186
    tempfile._once_lock.acquire()
187 187
    try:

Also available in: Unified diff