Settings: Rename loadConfig -> load_config

This commit is contained in:
Athanasius 2022-03-12 11:07:28 +00:00
parent 3dba22b6cb
commit e9397b46e2
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -151,7 +151,7 @@ class _Settings(object):
Settings = _Settings() Settings = _Settings()
def loadConfig(cl_args) -> None: def load_config(cl_args) -> None:
""" """
Load in a commandline-specified settings file, if applicable. Load in a commandline-specified settings file, if applicable.