Revision e687ec01 lib/utils/retry.py

b/lib/utils/retry.py
206 206

  
207 207
  """
208 208
  rdict = {}
209

  
209 210
  def helper(*innerargs):
210 211
    # pylint: disable-msg=W0142
211 212
    result = rdict["result"] = fn(*innerargs)

Also available in: Unified diff