We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4b0d6 commit a30fd53Copy full SHA for a30fd53
1 file changed
source/running_mode_factory.cpp
@@ -37,7 +37,7 @@ unique_ptr<running_mode_base> running_mode_factory::get_mode(const string& opera
37
cout << "Active learning mode selected" << endl;
38
mode = make_unique<active_learning_mode>();
39
}
40
- if(operation_mode == "load_sqldb"){
+ else if(operation_mode == "load_sqldb"){
41
42
mode = make_unique<load_sqldb_mode>();
43
0 commit comments