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
When script is run w/o argument. It should throw hint that is expects an argument in form if file.
psachin@nubia:[master :) ]$ python parsing_introspection_data.py
Traceback (most recent call last):
File "parsing_introspection_data.py", line 14, in <module>
with open(sys.argv[1]) as data_file:
IndexError: list index out of range
psachin@nubia:[master :) ]$ python parsing_introspection_data.py instackenv.json
1: nodes
Enter one numeric value: 2
Traceback (most recent call last):
File "parsing_introspection_data.py", line 110, in <module>
input_validation()
File "parsing_introspection_data.py", line 106, in input_validation
check(int(inputvalues))
File "parsing_introspection_data.py", line 98, in check
if (options[input_values] == 'extra' or options[input_values] == 'inventory'):
KeyError: 2
When script is run w/o argument. It should throw hint that is expects an argument in form if file.
Output not in pretty table form?
The text was updated successfully, but these errors were encountered: