Resolve Linter Issues

This commit is contained in:
Eesa Hamza
2023-04-13 15:09:24 +03:00
parent a10ffc1dbe
commit ff094c7ecc
2 changed files with 4 additions and 5 deletions

View File

@@ -18,5 +18,5 @@ def validate_yaml_file(file: str):
return (False, f"The file {Fore.CYAN}`{file}`{Fore.RESET} wasn't found")
except yaml.YAMLError as e:
return (False, f"There was an issue while trying to read with your AI Settings file: {e}")
return (True, f"Successfully validated {Fore.CYAN}`{file}`{Fore.RESET}!")
return (True, f"Successfully validated {Fore.CYAN}`{file}`{Fore.RESET}!")