Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./EnvDeploy -l fails #23

Open
peteraba opened this issue Jun 3, 2020 · 2 comments
Open

./EnvDeploy -l fails #23

peteraba opened this issue Jun 3, 2020 · 2 comments

Comments

@peteraba
Copy link

peteraba commented Jun 3, 2020

./EnvDeploy -l

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
@jason1122g
Copy link

can you still reproduce it ?

@xmstspider
Copy link

You need to use the following format:
./EnvDeploy -v 7.0 -l
The EnvDeploy without arguments should show a help instead of typical Python error...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants