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

BUG: rc not defined #66

Closed
CJ-Wright opened this issue Nov 15, 2017 · 0 comments
Closed

BUG: rc not defined #66

CJ-Wright opened this issue Nov 15, 2017 · 0 comments

Comments

@CJ-Wright
Copy link
Member

I get the following doing conda_forge

activity-error:conda_forge:activity failed with execption:
Traceback (most recent call last):
  File "/home/christopher/dev/rever/rever/activity.xsh", line 59, in __call__
    self.func(*args, **kwargs)
  File "/home/christopher/dev/rever/rever/activities/conda_forge.xsh", line 126, in _func
    gh, username = github.login(return_username=True)
  File "/home/christopher/dev/rever/rever/github.xsh", line 106, in login
    write_credfile(credfile)
  File "/home/christopher/dev/rever/rever/github.xsh", line 29, in dec
    return f(*args, **kwargs)
  File "/home/christopher/dev/rever/rever/github.xsh", line 600, in write_credfile
NameError: name 'rc' is not defined

I think this is the problematic line: https://github.com/regro/rever/blob/master/rever/github.xsh#L88

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

1 participant