Skip to content
Snippets Groups Projects
Commit c8b97ec2 authored by Tristan Walter's avatar Tristan Walter
Browse files

broke it when i thought i fixed it, now fixed it again

parent aadbfe46
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ std::string conda_environment_path(const char* argv) { ...@@ -45,6 +45,7 @@ std::string conda_environment_path(const char* argv) {
} }
int main(int argc, char** argv) { int main(int argc, char** argv) {
std::stringstream ss;
std::string target_path = ""; std::string target_path = "";
auto conda_prefix = conda_environment_path(argv[0]); auto conda_prefix = conda_environment_path(argv[0]);
if(!conda_prefix.empty()) { if(!conda_prefix.empty()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment