From e066d0e5a9efc4ac0a98960a033a13e7216cb613 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 24 Mar 2026 12:44:17 +0100 Subject: Moving dir and fixing env error --- lib/core/c++/environment.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/core') diff --git a/lib/core/c++/environment.hpp b/lib/core/c++/environment.hpp index f9bac48..27d8f3a 100644 --- a/lib/core/c++/environment.hpp +++ b/lib/core/c++/environment.hpp @@ -26,8 +26,8 @@ saw::error_or lbm_directory(){ { env.data_dir = env.lbm_dir / "data"; - // LBM - auto lbm_dir_config = lbm_dir / "data_dir_location.txt"; + // LBM Data Location + auto lbm_dir_config = env.lbm_dir / "data_dir_location.txt"; if( fs::exists(lbm_dir_config) && fs::is_regular_file(lbm_dir_config) ){ std::ifstream file{lbm_dir_config}; -- cgit v1.2.3