Skip to content

Commit

Permalink
Directory pathname check removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika Sharma committed Oct 2, 2014
1 parent d1e7192 commit 565b716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EnergyPlus/CommandLineInterface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ namespace CommandLineInterface{
DisplayString("Name of the extension = "+ extIdfFileName + " \n");*/

std::string extEpwfFileName = returnFileExtension(inputWeatherFileName);
if(extEpwfFileName == "")
/*if(extEpwfFileName == "")
DisplayString("no file extension in " + extEpwfFileName + " \n");
else
DisplayString("Name of the extension = "+ extEpwfFileName + " \n");
DisplayString("Name of the extension = "+ extEpwfFileName + " \n");*/

if (extIdfFileName != "idf"){
ShowFatalError("ERROR: Only idf files are allowed with [option] '-i' \n");
Expand Down

3 comments on commit 565b716

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-MacOS-10.9-clang: Tests Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - Win64-Windows-7-VisualStudio-12: Build Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-MacOS-10.9-clang-Debug: Tests Failed

Build Badge Test Badge

Please sign in to comment.