We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0bbf4 commit 543a41eCopy full SHA for 543a41e
1 file changed
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