mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-06 06:29:48 +00:00
Update src/CopyrighFixer/CopyrighFixer/configparser.cpp
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
19f26455dd
commit
2a91765b29
@ -36,8 +36,7 @@ const Config ConfigParser::parseOptions(const Config &conf) const {
|
||||
|
||||
if (QuasarAppUtils::Params::isEndable("currentOwner")) {
|
||||
configOption.setCurrOwn(QuasarAppUtils::Params::getArg("currentOwner"));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
std::cout << "Warning: Not option currentOwner" << std::endl;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user