MobileBlur

Diff
Login

Differences From Artifact [1cb2d390ab]:

To Artifact [d1acb30472]:


80
81
82
83
84
85
86
87

80
81
82
83
84
85
86
87
88








+
                    vals = '\n'.join([str(a) for a in args])
                logging.warning(msg % (errors[errno], count, sleep, vals))
                time.sleep(sleep)

    setattr(wrapper, '_autoretry_datastore_timeouts', False)
    if getattr(wrapped, '_autoretry_datastore_timeouts', True):
        apiproxy_stub_map.MakeSyncCall = wrapper