You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
The current issue I have with this is that when running ninja test from the build dir without having installed my oot, the [builddir]/python/newsched/myoot directory is disjoint from the [prefix]/python/newsched dir - how to make that association. Probably some python magic that needs to be done
The text was updated successfully, but these errors were encountered:
from newsched import myoot
The current issue I have with this is that when running
ninja test
from the build dir without having installed my oot, the[builddir]/python/newsched/myoot
directory is disjoint from the[prefix]/python/newsched
dir - how to make that association. Probably some python magic that needs to be doneThe text was updated successfully, but these errors were encountered: