You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter the option: 7
Enter the release: 4.14.44
Enter the next release (provide latest if no next release): 4.14.45
Invalid date format
Traceback (most recent call last):
File "/Users/keerthanaarumugam/Documents/Projects/Monitoring/ci-monitoring-automation/CI_JobHistory.py", line 379, in <module>
main()
File "/Users/keerthanaarumugam/Documents/Projects/Monitoring/ci-monitoring-automation/CI_JobHistory.py", line 297, in main
start_date,end_date = get_release_date()
TypeError: cannot unpack non-iterable NoneType object
Here the next release should be latest but when we provide an incorrect release version it needs to be handled properly in the code.
The text was updated successfully, but these errors were encountered:
Here the next release should be
latest
but when we provide an incorrect release version it needs to be handled properly in the code.The text was updated successfully, but these errors were encountered: