4
0
mirror of https://github.com/QuasarApp/CopyrightFixer.git synced 2025-05-09 16:09:56 +00:00

Update src/CopyrighFixer/CopyrighFixer/configparser.cpp

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Igor loschinin 2021-05-08 15:34:28 +03:00 committed by GitHub
parent e43a53c516
commit bd79cd6014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,12 +26,13 @@ bool ConfigParser::parseOptions(Config &conf) const {
} else {
QuasarAppUtils::Params::log("The given path does not exist or is not a directory",
QuasarAppUtils::VerboseLvl::Error);
return false;
}
} else {
QuasarAppUtils::Params::log("Sets a default source directory",
QuasarAppUtils::VerboseLvl::Info);
conf.setSourceDir(".");
return false;
}
if (QuasarAppUtils::Params::isEndable("sign")) {