fix a tiny bug
This commit is contained in:
parent
d653c9bdb3
commit
72aab7701f
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ class PortRange(object):
|
|||
i = int_range[0]
|
||||
while i <= int_range[1]:
|
||||
self.range.add(i)
|
||||
i += 1
|
||||
except Exception as e:
|
||||
logging.error(e)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue