]> git.donarmstrong.com Git - mothur.git/blobdiff - systemcommand.cpp
working on current change
[mothur.git] / systemcommand.cpp
index 5ace75e3a2d152f27e6483aab2ad4a697f952c79..ab9674f6836cafb373af0b89e43f4f7519476ae4 100644 (file)
@@ -96,7 +96,7 @@ int SystemCommand::execute(){
                
                ifstream in;
                string filename = "./commandScreen.output";
-               m->openInputFile(filename, in);
+               m->openInputFile(filename, in, "no error");
                
                string output = "";
                while(char c = in.get()){