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

Move templates under python #59

Merged
merged 1 commit into from
Sep 27, 2019

Conversation

drbenmorgan
Copy link
Contributor

@drbenmorgan drbenmorgan commented Sep 27, 2019

The changes introduced by #54 caused installs to fail due to the change in location of the templates directory relative to python/.

Following discussion in #58, implement simplest possible change to fix by moving templates inside the python directory. Retain this layout at install time, adjusting the template_dir variable in
podio_class_generator.py accordingly.

Fixes: #58

BEGINRELEASENOTES

ENDRELEASENOTES

The changes introduced by AIDASoft#54 caused installs to fail due to the change
in location of the templates directory relative to python/.

Following discussion in AIDASoft#58, implement simplest possible change to fix
by moving templates inside the python directory. Retain this layout at
install time, adjusting the `template_dir` variable in
podio_class_generator.py accordingly.

Fixes: AIDASoft#58
@gaede
Copy link
Contributor

gaede commented Sep 27, 2019

Thanks for fixing this. Please write in the future some short comment inside the BEGINRELEASENOTES/ENDRELEASENOTES. These will show up in the ReleaseNots.md when we make release tags.

@gaede gaede merged commit ad31c36 into AIDASoft:master Sep 27, 2019
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

Successfully merging this pull request may close these issues.

EDM generation broken after install
2 participants