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

monitor spitting out AttributeError #41

Closed
vsayer opened this issue Sep 18, 2012 · 1 comment
Closed

monitor spitting out AttributeError #41

vsayer opened this issue Sep 18, 2012 · 1 comment

Comments

@vsayer
Copy link

vsayer commented Sep 18, 2012

When I run ./redis-monitor.py --duration 120, I get this:

Traceback (most recent call last):
File "./redis-monitor.py", line 105, in run
parts = command.split(" ")
AttributeError: 'list' object has no attribute 'split'

@kumarnitin
Copy link
Collaborator

hmm try ./redis-monitor.py --duration=120

looks like you missed = there, let me know if that fixes it.

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

2 participants