-
Notifications
You must be signed in to change notification settings - Fork 537
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
Profiles are not working with "No such file or directory" #62
Labels
bug
Something isn't working
Comments
Fix is relatively easy, either correct the working directory, or a more long term fix is to start using the |
Torxed
added a commit
that referenced
this issue
Nov 29, 2020
…y, which can be controlled, as well as a PROFILE_PATH which controls where it should look for profiles. the list_profiles() should be more robust.
Torxed
added a commit
that referenced
this issue
Nov 29, 2020
Torxed
added a commit
that referenced
this issue
Nov 29, 2020
…d handler of any given script type or location. Which should correct #62.
Torxed
added a commit
that referenced
this issue
Nov 29, 2020
Think that does it, going through testing right now for three main usages:
|
Fixed in v2.0.6. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Imported profiles doesn't work with URL's.
Root cause is Profile.load_instructions() which gives the URL as a file name.
The reason for this bug is when run in module-mode, the working path is wonky (will look at it) and there for it resorts back to HTTP-lookup.
The text was updated successfully, but these errors were encountered: