mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
Minor update
This commit is contained in:
@@ -19,8 +19,6 @@ class xrange(object):
|
|||||||
else:
|
else:
|
||||||
self._slice = slice(*args)
|
self._slice = slice(*args)
|
||||||
if self._slice.stop is None:
|
if self._slice.stop is None:
|
||||||
# slice(*args) will never put None in stop unless it was
|
|
||||||
# given as None explicitly.
|
|
||||||
raise TypeError("xrange stop must not be None")
|
raise TypeError("xrange stop must not be None")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user