-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Running the discover command I got this error:
Searching for ProSafe Plus Switches ...
Traceback (most recent call last):
File "./psl-cli.py", line 191, in
main()
File "./psl-cli.py", line 187, in main
cmd_funcs[args.operation](args, switch)
File "./psl-cli.py", line 16, in discover
data = switch.discover()
File "/home/ianm/Downloads/ProSafeLinux-master/psl_class.py", line 383, in discover
self.mac_cache[message[self.CMD_MAC]] = message[self.CMD_IP]
TypeError: 'bool' object has no attribute 'getitem'
I'm using Python 2.7.3 and Fedora 18. This might be user error on my part.
Metadata
Metadata
Assignees
Labels
No labels