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

Location of lasagna during loading is no longer correct #224

Closed
raacampbell opened this issue Jun 24, 2019 · 1 comment
Closed

Location of lasagna during loading is no longer correct #224

raacampbell opened this issue Jun 24, 2019 · 1 comment
Labels

Comments

@raacampbell
Copy link
Collaborator

Since changing to the new system of installing Lasagna in the system path, the line of code that finds where Lasagna is located is not helpful. This is in lasagna_object on roughly line 184:

        lasagna_path = os.path.dirname(os.path.realpath(sys.argv[0]))

It therefore looks for IO loaders in /usr/local/bin or whatever by default.
This issue is related to #223.

@raacampbell
Copy link
Collaborator Author

Fixed: 7d0fc3a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant