Skip to content

Commit b212a53

Browse files
committed
Fix
1 parent 5231503 commit b212a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Command/GlobalCommandBuilderFromCommandLine.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ using namespace SCIRun::Core::Commands;
6868
else
6969
std::cout << "HEADLESS MODE" << std::endl; /// @todo obviously
7070

71-
if (!params->dataDirectory())
71+
if (params->dataDirectory())
7272
q->enqueue(cmdFactory_->create(SetupDataDirectory));
7373

7474
if (!params->inputFiles().empty())

0 commit comments

Comments
 (0)