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
Traceback (most recent call last):
File "./EnvDeploy", line 335, in <module>
main(sys.argv[1:])
File "./EnvDeploy", line 313, in main
platforms = get_platforms(dsm_ver, build_num, args.platforms)
File "./EnvDeploy", line 277, in get_platforms
all_platforms = get_all_platforms(dsm_ver, build_num)
File "./EnvDeploy", line 256, in get_all_platforms
pattern = 'AvailablePlatform_%s_%s' % (dsm_ver.split('.')[0], dsm_ver.split('.')[1])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: