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

remote.py has a circular reference to self.env on startup #105

Closed
gregnwosu opened this issue Dec 13, 2013 · 3 comments
Closed

remote.py has a circular reference to self.env on startup #105

gregnwosu opened this issue Dec 13, 2013 · 3 comments

Comments

@gregnwosu
Copy link

  • base remote machine ( self, encoding timeout )
    • remote.py. self.env = RemoteEnv(self)
      BaseEnv.init(self, self.remote.path, ":")
  • env.py__self.update_path__

calls a factory that tries to use self.env.expanduser however self.env isnt set yet,

I fixed this locally on my machine , do let me know if you would like a pull request

@tomerfiliba
Copy link
Owner

Sure, bring it on :-)
On Dec 13, 2013 5:54 PM, "gregnwosu" notifications@github.com wrote:

  • base remote machine ( self, encoding timeout )
    • remote.py. self.env = RemoteEnv(self) BaseEnv.init(self,
      self.remote.path, ":")
      • env.py__self.update_path__

calls a factory that tries to use self.env.expanduser however self.env
isnt set yet,

I fixed this locally on my machine , do let me know if you would like a
pull request


Reply to this email directly or view it on GitHubhttps://github.com//issues/105
.

@tomerfiliba
Copy link
Owner

@gregnwosu - any news?

@tomerfiliba
Copy link
Owner

can't seem to reproduce it locally. closing.

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