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:
parent
e43a53c516
commit
bd79cd6014
@ -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")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user