Skip to content

Commit

Permalink
Change readers.txt to readers.text.
Browse files Browse the repository at this point in the history
Close #1319
  • Loading branch information
abellgithub committed Sep 30, 2016
1 parent fcc7c10 commit caf1f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StageFactory.cpp
Expand Up @@ -118,7 +118,7 @@ StringList StageFactory::extensions(const std::string& driver)
{ "readers.sqlite", { "sqlite" } },
{ "readers.mrsid", { "sid" } },
{ "readers.tindex", { "tindex" } },
{ "readers.txt", { "txt" } },
{ "readers.text", { "txt" } },
{ "readers.icebridge", { "h5" } },

{ "writers.bpf", { "bpf" } },
Expand Down Expand Up @@ -160,7 +160,7 @@ std::string StageFactory::inferReaderDriver(const std::string& filename)
{ "sqlite", "readers.sqlite" },
{ "sid", "readers.mrsid" },
{ "tindex", "readers.tindex" },
{ "txt", "readers.txt" },
{ "txt", "readers.text" },
{ "h5", "readers.icebridge" }
};

Expand Down

0 comments on commit caf1f80

Please sign in to comment.