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

Profile does not work #20

Open
weiweiwang opened this issue Oct 12, 2015 · 1 comment
Open

Profile does not work #20

weiweiwang opened this issue Oct 12, 2015 · 1 comment

Comments

@weiweiwang
Copy link

from the source code of logcat-color:
if len(self.args) >= 1:
self.profile = Profile.get_profile(self.args[0])
if self.profile:
self.args = self.args[1:]
and profile.py:
class Profile(object):
profiles = {}

@classmethod
def get_profile(cls, name):
    return cls.__profiles__.get(name, None)

I found nowhere the code to load the profile

@maxwellleslie
Copy link

@marshall I am currently experiencing the same issue. I was wondering if you or anyone has any time to take a look at this?

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