Commit b33b8afe authored by Ivan Tyagov's avatar Ivan Tyagov

Fixup:pylint warning.

parent 77d77243
Pipeline #32111 failed with stage
in 0 seconds
# This script uses id= argument which we can not change easily as it requires change in ebulk (client side).
# pylint: disable=redefined-builtin
try:
start_offset = int(float(start_offset))
end_offset = int(float(end_offset))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment