-
Notifications
You must be signed in to change notification settings - Fork 39
Recursive log dirs? #16
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
Comments
Hi, did you create a .runx file in which you define a LOGROOT? I would do so, and make the path absolute. Maybe try that. |
Yep, I tried to do so, and made the path absolute now as well. When running (on v.0.0.11), I'm getting something similar to this:
|
It's not clear to me why there's |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pip install runx installs v.0.0.11.
This breaks the log functionality somehow, and I'm seeing:
Looking at ../logs, I'm seeing recursive paths like this one:
Here is my python script (testrunx.py)
And here is my sweep.yml:
Installing version 0.0.5 fixes the problem.
The text was updated successfully, but these errors were encountered: