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.
2 parents 6f0bbf4 + 543a41e commit 2a4dc1bCopy full SHA for 2a4dc1b
libhdt/tools/rdf2hdt.cpp
@@ -170,7 +170,7 @@ int main(int argc, char **argv) {
170
* didn't have any extension. The default format is defined at the top
171
* of this file: RDFNotation notation = NTRIPLES;
172
*/
173
- if (rdfFormat == "")
+ if (rdfFormat == "" || rdfFormat == "gz")
174
{
175
rdfFormat = "nt";
176
vout << "No input format detected. Using default: NTRIPLES." << endl;
0 commit comments