Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Change slicing if models got published more than 1000, below slicing will not sl... #9

Open
todo bot opened this issue Jan 7, 2021 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Jan 7, 2021

# TODO: Change slicing if models got published more than 1000, below slicing will not slice correctly
latest_pub_model = _id.split('|')[0].replace(' ', '').split(':')[1][-4:]
return int(latest_pub_model)
except IndexError:
logger.info("Check the Config for URL")
return -1


This issue was generated by todo based on a TODO comment in 35aeee3. It's been assigned to @gmarupilla because they committed the code.
@todo todo bot added the todo 🗒️ label Jan 7, 2021
@todo todo bot assigned gmarupilla Jan 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant