]> git.donarmstrong.com Git - mothur.git/blobdiff - setdircommand.cpp
modified makefile and sensspeccommand files
[mothur.git] / setdircommand.cpp
index 407e57bfcaca82628aa60923e9bcb687a6a25416..238ffa5ff227eb85bae8dff594a7d1f97d357280 100644 (file)
@@ -79,7 +79,6 @@ int SetDirectoryCommand::execute(){
                
                commandFactory = CommandFactory::getInstance();
                
-               
                //redirect output
                if ((output == "clear") || (output == "")) {  output = "";  commandFactory->setOutputDirectory(output);  }
                else {
@@ -135,7 +134,7 @@ int SetDirectoryCommand::execute(){
                return 0;
        }
        catch(exception& e) {
-               m->errorOut(e, "SetDirectoryCommand", "SetDirectoryCommand");
+               m->errorOut(e, "SetDirectoryCommand", "execute");
                exit(1);
        }
 }