mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-04-27 02:04:41 +00:00
Update src/CopyrighFixer/CopyrighFixer/configparser.cpp
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
7287bae853
commit
23b791b48d
@ -26,11 +26,11 @@ bool ConfigParser::parseOptions(Config &conf) const {
|
||||
} else {
|
||||
QuasarAppUtils::Params::log("The given path does not exist or is not a directory",
|
||||
QuasarAppUtils::VerboseLvl::Error);
|
||||
conf.setSourceDir(".");
|
||||
}
|
||||
} else {
|
||||
QuasarAppUtils::Params::log("Error: Not option sourceDir.",
|
||||
QuasarAppUtils::VerboseLvl::Error);
|
||||
QuasarAppUtils::Params::log(Sets a default source directory",
|
||||
QuasarAppUtils::VerboseLvl::Info);
|
||||
conf.setSourceDir(".");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user