We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5231503 commit b212a53Copy full SHA for b212a53
src/Core/Command/GlobalCommandBuilderFromCommandLine.cc
@@ -68,7 +68,7 @@ using namespace SCIRun::Core::Commands;
68
else
69
std::cout << "HEADLESS MODE" << std::endl; /// @todo obviously
70
71
- if (!params->dataDirectory())
+ if (params->dataDirectory())
72
q->enqueue(cmdFactory_->create(SetupDataDirectory));
73
74
if (!params->inputFiles().empty())
0 commit comments