Fixed a merge issue

This commit is contained in:
Matthias Koefferlein 2023-12-23 18:28:56 +01:00
parent 92d04d2e15
commit 2db378b872
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
int run_pymodtest (tl::TestBase *_this, const std::string &fn)
{
std::string pypath = STRINGIFY (PYTHONPATH);
static std::string pypath = tl::combine_path (tl::get_inst_path (), "pymod");
tl::set_env ("PYTHONPATH", pypath);
tl::info << "PYTHONPATH=" << pypath;