mirror of
https://github.com/cve-search/vulnerability-lookup.git
synced 2024-12-28 08:21:34 +00:00
fix: [tools] Fixed a typo.
This commit is contained in:
parent
8df2934a51
commit
25479573b8
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ def validate_webservice_config_file() -> bool:
|
|||
|
||||
for name in dir(module_sample):
|
||||
if name not in dir(module_user):
|
||||
print(f"{name} missing in from {user_config}.")
|
||||
print(f"{name} missing from {user_config}.")
|
||||
module_user.__dict__[name] = module_sample.__dict__[name]
|
||||
result = False
|
||||
|
||||
|
|
Loading…
Reference in a new issue