We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faef367 commit 98dbcd8Copy full SHA for 98dbcd8
src/blocksci/util/data_configuration.cpp
@@ -41,7 +41,7 @@ namespace blocksci {
41
}
42
} else {
43
std::stringstream ss;
44
- ss << "Error, data directory does not contain config.ini. Are you sure " << dataDirectory << "was the output directory of blocksci_parser?";
+ ss << "Error, data directory does not contain config.ini. Are you sure " << dataDirectory << " was the output directory of blocksci_parser?";
45
throw std::runtime_error(ss.str());
46
47
0 commit comments