Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
pmcollectl referencing pm before its instantiated #41
Comments
natoscott
added a commit
that referenced
this issue
Aug 20, 2015
|
@burn8 this is fixed in the master branch now - thanks for the report. |
natoscott
closed this
Aug 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
burn8 commentedAug 19, 2015
When using the -R option 'pm' gets called before instantiation.
$ ./pmcollectl -R 1s -s m -v
Traceback (most recent call last):
File "./pmcollectl", line 621, in
(timeval, errmsg) = pm.pmParseInterval(str(opts.duration_arg))
NameError: name 'pm' is not defined