-
Notifications
You must be signed in to change notification settings - Fork 118
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
non deterministic template saving #29
Comments
No, i can't:
I will eventually try to reduce my template to a minimal maybe-working code. Can you reproduce the problem with my template ? I will add my template to the wiki once it will be good to me. |
I'm putting a reference to your template that causes this behavior in boilr, so that its not lost when you minimize the template (Aluriak/boilr-python@74a3984) I'm about to turn off for the night. But, I'll examine the template as soon as I can and see where the problematic behavior is coming from 👍 |
I narrowed down the cause to the text/template library, but I'm not going to focus on this specifically, due to not enough information and due to the fact that there is an ongoing overhaul for the boilr templating system. Feel free to comment if you encounter this issue elsewhere or if you've located the cause |
It seems that my
boilr template save . python -f
is not deterministic: follows a terminal session. I don't change any files during the session.The error here is raised on this line, and should not (i think) appear while
License
is defined as string.What am i missing ?
The text was updated successfully, but these errors were encountered: