X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FIPUtil.py;fp=resources%2Flibraries%2Fpython%2FIPUtil.py;h=901d2ed7f702c1af2365150350e83d7bb149b99c;hp=f88e234a1af06452bc6167588ff544c4731d3a0c;hb=fc1ad1d843d554c42508c06a5aeb71badd814207;hpb=fb2fb651fa600a94c2e02891db2676c66490e875 diff --git a/resources/libraries/python/IPUtil.py b/resources/libraries/python/IPUtil.py index f88e234a1a..901d2ed7f7 100644 --- a/resources/libraries/python/IPUtil.py +++ b/resources/libraries/python/IPUtil.py @@ -593,8 +593,6 @@ class IPUtil(object): IPUtil.union_addr(net_addr + i) history = False if 1 < i < kwargs.get('count', 1) else True papi_exec.add(cmd, history=history, **args) - if i > 0 and i % Constants.PAPI_MAX_API_BULK == 0: - papi_exec.get_replies(err_msg) papi_exec.get_replies(err_msg) @staticmethod